Trying to get Individual Event level information using Track API endpoint

I first used the Aggregation API endpoint to get information at an accountId level. Using the result set from the Events Aggregation I was trying to get all the events performed by a account using the Track API endpoint. 

But even after mentioning all the required parameters in the body of the API call, I am not getting any response from the track api.

{
    "type": "track",
    "event": "registered",
    "visitorId": "<vistor_id_from_event_aggregation>",
    "accountId": "<account_id_from_event_aggregation",
    "timestamp": <day_from_event_aggregation>
}
1

Comments

1 comment

Please sign in to leave a comment.

Didn't find what you were looking for?

New post