Avatar

Employee Advisor

Here are our API docs so you can pull data: GitHub - AdobeDocs/analytics-2.0-apis: Documentation for the Adobe Analytics 2.0 APIs

You probably wouldn't be able to pull all that data in a single request per report suite, since most of them are ranked reports. In fact, I'm pretty sure all of them include dimensions except for bounce rate. This means you'll likely be pulling 7 reports per report suite.

Kanika is spot on regarding the tools you should use - Report Builder or the API is definitely going to be your best bet.

How do you want the data organized? You have report suite, 6 dimensions, and 1 metric (bounce rate). With bounce rate, it wouldn't be too hard to list all 250 report suites, then display site-wide bounce rate next to it. But with the other 6 dimensions, how do you want that to look? How many line items per dimension do you want displayed?