Where to find trackTypeId for a Track Event?
Hi,
I am trying to extract data from track events through aggregation API, which in turn needs trackTypeId. I didn't see much documentation on this. How do we get trackTypeId for a specific event? can we use event name in aggregation? If so, kindly requesting an example for the same.
0
コメント
Hi Varun T! There are a couple of ways to get the trackType ID. The first is by grabbing it from the URL bar when you are viewing the track event details.
Another option would be to grab this from the trackType source in an aggregation. That aggregation body looks like this:
The second option will return a list of all trackTypes and in the response there is an ID field that contains the track type ID.
Hope this helps!
This Helps !!
Thanks
Another option is to make a GET request against
https://app.pendo.io/api/v1/tracktype
This will return a list of all trackTypes and include the track type ID.
サインインしてコメントを残してください。