Gather VisitorIds for TrackEvent via Aggregation API
Hello All,
I am looking to retrieve the visitorIds for a given TrackEvent. I am using the following payload in my POST request and am receiving a successful response with no output. I know that there is data associated with the TrackEvent and am wondering if there was something I am doing wrong.
I am using the trackTypeId as a filter to narrow the pages down to the TrackEvent that I am interested in.
Below is my request body
{
"response": {
"location": "request",
"mimeType": "text/csv"
},
"request": {
"name": "",
"pipeline": [
{
"source": {
"trackEvents": {
"appId": "expandAppIds(\"*\")"
},
"timeSeries": {
"first": 1614585600000,
"count": 1,
"period": "dayRange"
}
}
},
{
"identified": "visitorId"
},
{"filter":"trackTypeId==\"trackTypeId_related_to_event\""},
{
"select": {
"visitorId": "visitorId"
}
}
],
"requestId": ""
}
}
0
コメント
Hi Prem,
Thanks for sharing with the Community. Glad to see you're getting some help from our support team and hopefully you're getting more clarity from our API documentation mentioned: https://developers.pendo.io/docs/?bash#time-series
Let the Community know if you have further information from your case that you learned!
サインインしてコメントを残してください。