{
"ad": {
"ad1234": {
"seen": {
"count": 1
},
"clicked": {
"count": 2
}
},
"ad1235": {
"seen": {
"count": 4
},
"clicked": {
"count": 1
}
}
},
"post": {
"post1234": {
"seen": {
"count": 1
}
},
"post235": {
"clicked": {
"count": 3
}
}
}
}curl --location 'https://api.chattabox.com/v1/analytics/events/track' \
--header 'Authorization;' \
--header 'x-user-device;' \
--header 'x-user-location;' \
--header 'Content-Type: application/json' \
--data '{
"ad": {
"ad1234": {
"seen": {
"count": 1
},
"clicked": {
"count": 2
}
},
"ad1235": {
"seen": {
"count": 4
},
"clicked": {
"count": 1
}
}
},
"post": {
"post1234": {
"seen": {
"count": 1
}
},
"post235": {
"clicked": {
"count": 3
}
}
}
}'{}