Adobe Reporting API : Filter By Data Not appearing in Response | Community
Skip to main content
August 1, 2024
Solved

Adobe Reporting API : Filter By Data Not appearing in Response

  • August 1, 2024
  • 1 reply
  • 555 views

Hi, I am looking to understand if there is any reporting api 2.0 endpoint which can get me the below data?

 

I am looking to get most popular link clicks (stored in v87) by the country (stored in v3) versus the count of visitors.

 

 

 

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 Jennifer_Dungan

Workspace uses API 2.0 to build everything you see here.

 

You can even access the APIs uses to create this report.

 

First, enable the debugger:

 

This will add a new icon to your tables:

 

Clicking on this will bring up a context menu showing "Freeform Table" and "Sparkline" (choose the table):

 

Then you will be presented with one or more timestamps of the API runs, some tables need to run multiple API calls to build the data:

 

 

Each timestamp will open a screen that will show you the API call in multiple formats that you can copy, and run directly. You can also use this method to create base APIs that you can modify to suit your needs.

1 reply

Jennifer_Dungan
Community Advisor and Adobe Champion
Jennifer_DunganCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
August 1, 2024

Workspace uses API 2.0 to build everything you see here.

 

You can even access the APIs uses to create this report.

 

First, enable the debugger:

 

This will add a new icon to your tables:

 

Clicking on this will bring up a context menu showing "Freeform Table" and "Sparkline" (choose the table):

 

Then you will be presented with one or more timestamps of the API runs, some tables need to run multiple API calls to build the data:

 

 

Each timestamp will open a screen that will show you the API call in multiple formats that you can copy, and run directly. You can also use this method to create base APIs that you can modify to suit your needs.