Track an event
Records a behavior event for a user. Unseen users are created; an unknown event name registers a definition on first use; built-in Usertour event names are refused.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The user's external ID — the same value passed to usertour.identify(). Unseen users are created.
1 - 200The event code name. An unknown name creates the event definition on first use; built-in Usertour event names are refused.
2 - 100^[a-zA-Z][a-zA-Z0-9_]*$External ID of the company to associate the event with. Must already exist — an unknown id records the event without the association.
1 - 200Event attribute values. Unknown attribute names register on the event definition automatically.
When the event actually happened (ISO 8601); defaults to now.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z|([+-](?:[01]\d|2[0-3]):[0-5]\d)))$Response
The recorded event
event