Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Adobe Analytics 2.0 API endpoint to get report suite events, props, and evars

Avatar

Level 2

I'm having a hard time finding a way in the 2.0 API that I can get a list of Evars, Props and Events for a given report suite. The 1.4 version has the reportSuite.getEvents() endpoint and similar for Evars and Props.

Please let me know if there is a way to get the same data using the 2.0 API endpoints

1 Accepted Solution

Avatar

Correct answer by
Level 2

Turns out I need to use the dimensions and metrics endpoints to get what I want.  A more detailed answer can be seen on stackoverflow.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

Turns out I need to use the dimensions and metrics endpoints to get what I want.  A more detailed answer can be seen on stackoverflow.