Adobe Analytics 2.0 API endpoint to get report suite events, props, and evars | Community
Skip to main content
joeyh8365667
Level 2
October 18, 2019
Solved

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

  • October 18, 2019
  • 2 replies
  • 3002 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joeyh8365667

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.

2 replies

fsakjlfdsakljfd
Level 5
October 18, 2019

Have you tried using get Dimensions?
Swagger UI

joeyh8365667
joeyh8365667AuthorAccepted solution
Level 2
October 21, 2019

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.