Track event
get
Record the occurrence of an event.
Query parameters
event_namestringRequired
A descriptive name for the event.
event_propertiesobjectRequiredExample:
An object representing the properties to record.
{"test":1}identifierstringRequiredExample:
The account's unique ID.
PI-1234567890udidstringRequiredExample:
The device's unique ID.
00000000-0000-4000-f000-000000000001urlstringRequired
The URL where the event occurred.
Responses
200
Successful response.
application/javascript
ResponsestringExample:
{}400
Error response.
text/plain
get
/track_eventLast updated