Track event

get

Record the occurrence of an event.

Query parameters
event_namestringRequired

A descriptive name for the event.

event_propertiesobjectRequired

An object representing the properties to record.

Example: {"test":1}
identifierstringRequired

The account's unique ID.

Example: PI-1234567890
udidstringRequired

The device's unique ID.

Example: 00000000-0000-4000-f000-000000000001
urlstringRequired

The URL where the event occurred.

Responses
200
Successful response.
application/javascript
ResponsestringExample: {}
get
GET /track_event HTTP/1.1
Host: survey.pulseinsights.com
Accept: */*
{}

Last updated

Was this helpful?