Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

How can I generate a list of report suites and Page URL details

Avatar

Level 1

Hi Team,

We have a need to generate the list of existing Report suites with following columns.

*         Report Suite Id

*         Site Title

*         Base URL

*         Default Page

How to generate this?

Thanks,

Abhisarika

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Drag your mouse from the red dot I have indicated to the end of the list and it should select the data

1665661_pastedImage_0.png

View solution in original post

5 Replies

Avatar

Community Advisor

I don't know how to do it in the interface directly without opening the settings of each report suite.

if you have access to API 1.4 you can use the following requests:

1) get RS list with analytics-1.4-apis/r_GetReportSuites.md at master · AdobeDocs/analytics-1.4-apis · GitHub

   this will return a list of all RS

2) get RS details either by using one of the single functions or analytics-1.4-apis/r_GetSettings.md at master · AdobeDocs/analytics-1.4-apis · GitHub

   with getSettings you receive a bunch of information about a single RS, you can even request data for all RS together (one request for settings of all RS)

then just extract the desired data in the JSON response from 2)

Avatar

Employee Advisor

If you want to do this in the report suite manager (Admin > Report Suites), you can do the following:

1. Click on Customize Columns:

1665667_pastedImage_0.png

2. Add the columns you need:

1665671_pastedImage_1.png

Note, if the list of report suites is long, the system limits the amount of columns you can add.

Avatar

Level 1

Thank you for the response.

I have followed the same steps and clicked at the upper left corner where the 'select all report suites' 3 overlapping boxes are there.

But unable to copy that content. Is there any way to copy  that content or download that.

Avatar

Level 1

Thanks for the details. But i don't have access to Web API

Avatar

Correct answer by
Employee Advisor

Drag your mouse from the red dot I have indicated to the end of the list and it should select the data

1665661_pastedImage_0.png