Introduction
How to send events?
The analytics API is built using REST. To submit an event you send a POST request to https://api.8select.io/analytics/v3/events
:
Every event has to contain a type
and a type-specific payload, as well as an optional context
array.
context
context[type = "user"].user.id
type
Last updated
Was this helpful?