{
"track": [
{
"name": "EVENT_NAME",
"payload": [
{
"eventId": "id",
"profileId": "id",
"userId": "id",
"anotherUserId": "id",
"accountId": "id",
"data": {
"productId": "id"
}
}
]
}
]
}Added to cartRemoved from cartProduct orderedProduct viewedprofileIduserId (optional)anotherUserId (optional)accountId (optional) "data": {
"productId": "id"
}productId is required for all recommendation events.data.productId will not power recommendation feeds.productIdproductIdproductIdproductId {
"track": [
{
"name": "Added to cart",
"payload": [
{
"eventId": "evt_10001",
"profileId": "user_123",
"data": {
"productId": "SKU_987"
}
}
]
}
]
}productId is mandatory for all recommendation events.name value must exactly match one of the supported recommendation events.eventId must be unique.