Expand my Community achievements bar.

SOLVED

Adobe Reporting API : Filter By Data Not appearing in Response

Avatar

Level 2

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.

 

Ankit_EG_0-1722499881086.png

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

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:

Jennifer_Dungan_0-1722518452025.png

 

This will add a new icon to your tables:

Jennifer_Dungan_1-1722518471980.png

 

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

Jennifer_Dungan_2-1722518514919.png

 

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:

Jennifer_Dungan_3-1722518573997.png

 

 

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor and Adobe Champion

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:

Jennifer_Dungan_0-1722518452025.png

 

This will add a new icon to your tables:

Jennifer_Dungan_1-1722518471980.png

 

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

Jennifer_Dungan_2-1722518514919.png

 

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:

Jennifer_Dungan_3-1722518573997.png

 

 

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.