Adobe Analytics API - Single JSON for top level data, and and second level breakdown data, for all rows | Community
Skip to main content
Level 3
March 24, 2021
Solved

Adobe Analytics API - Single JSON for top level data, and and second level breakdown data, for all rows

  • March 24, 2021
  • 1 reply
  • 2429 views

Hi All,

 

I'm looking into how to report multiple breakdowns using the Adobe Analytics API. Ultimately I would like to make a JSON request that returns top level data,  and second level breakdown data, for all rows of top level data (not just specific rows).

 

Thanks in Advance.

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 akt0m3r

Hi @deepakkv Here is one example given how you can create three level breakdown: https://www.adobe.io/apis/experiencecloud/analytics/docs.html#!AdobeDocs/analytics-2.0-apis/master/reporting-multiple-breakdowns.md

To make it more simple, you can create your desired report in workspace and capture the JSON request for the same report and use it. Here is a document on this process: https://www.adobe.io/apis/experiencecloud/analytics/docs.html#!AdobeDocs/analytics-2.0-apis/master/reporting-tricks.md

Hope this helps!

1 reply

akt0m3r
Adobe Employee
akt0m3rAdobe EmployeeAccepted solution
Adobe Employee
March 24, 2021

Hi @deepakkv Here is one example given how you can create three level breakdown: https://www.adobe.io/apis/experiencecloud/analytics/docs.html#!AdobeDocs/analytics-2.0-apis/master/reporting-multiple-breakdowns.md

To make it more simple, you can create your desired report in workspace and capture the JSON request for the same report and use it. Here is a document on this process: https://www.adobe.io/apis/experiencecloud/analytics/docs.html#!AdobeDocs/analytics-2.0-apis/master/reporting-tricks.md

Hope this helps!

deepakkvAuthor
Level 3
March 24, 2021

Hi @akt0m3r . it showing a breakdown of a single row.  my question is , Is there one piece of JSON code I can run  that would return both top level data, and the associated second level breakdown data for all top rows?