Introduction
How to send events?
POST /analytics/v3/events
Host: https://api.8select.io
Content-Type: application/json
x-api-id: <Your API ID>
{
"type": "view",
"view": {
"type": "customSet",
"customSet": {
"id": "1b3de0bd-95c6-435a-8bb9-f4cae0160388"
}
},
"context": [
{
"type": "user",
"user": {
"id": "c57a43f7-eefc-462b-b5a8-0ef421e90f67"
}
}
]
}context
context[type = "user"].user.id
type
Last updated
Was this helpful?