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-1234567890
udidstringRequiredExample:
The device's unique ID.
00000000-0000-4000-f000-000000000001
urlstringRequired
The URL where the event occurred.
Responses
200
Successful response.
application/javascript
ResponsestringExample:
{}
400
Error response.
text/plain
get
GET /track_event HTTP/1.1
Host: survey.pulseinsights.com
Accept: */*
{}
Last updated
Was this helpful?