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
コメント
Hi Venkateshwarulu P,
Thanks for sharing your question with the Community and glad to see that you were able to find the following information from our API documentation: https://developers.pendo.io/docs/?bash#track
I think this may require our support team to help take a look further in what is happening with your app and why you cannot get the appropriate information from the track call. You can submit a case with this link.
サインインしてコメントを残してください。