Automating Adobe Analytics reports for structured subpages | Community
Skip to main content
January 29, 2025
Solved

Automating Adobe Analytics reports for structured subpages

  • January 29, 2025
  • 1 reply
  • 1483 views

I have a website, www.domain.catalog, with multiple subpages that are all structured in the same way. Since their data can be analyzed in the same way, I need to create individual Adobe Analytics (AA) reports for each subpage. The URLs follow this pattern:

www.domain.catalog.page1
www.domain.catalog.page2
www.domain.catalog.page3
Is there a way to automatically generate separate reports for each subpage without manually copying a report and changing the URL each time? Can I use wildcards, segments, or filters to automate this process?

Any insights or best practices would be greatly appreciated!

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 Harveer_SinghGi1

I don't think that is possible in workspace UI.

I'd suggest to explore Projects API to maybe create multiple copies of your project through some automation and if it is not a hard requirement to view the data in workspace then Reporting API can be leveraged to loop through different page values and return segmented data for dimension and metric combinations you need.

Cheers!

1 reply

Harveer_SinghGi1
Community Advisor
Community Advisor
January 29, 2025

Hi @melaniese1 ,

If the reports are going to be configured in same way for these pages and use same components/settings in workspace, can't you create a single project and use Drop-Down Filters to switch to the page for which you want to see the data?

This can provide you a drop-down with values like www.domain.catalog.page1, www.domain.catalog.page2 and www.domain.catalog.page3, then you can select the value you want to report for and entire project should refresh with data relevant to your selection.

Cheers!

January 29, 2025

Hi Harveer, thanks for your response!

Using the drop-down filters would require me to manually search for each URL, drag and drop them into the filter, and then generate a PDF report for each one individually. Correct?

I'm looking for a more automated solution where I can simply enter www.domain.catalog and automatically generate distinct reports for all www.domain.catalog.* pages. Is there a way to achieve this efficiently?


Harveer_SinghGi1
Community Advisor
Harveer_SinghGi1Community AdvisorAccepted solution
Community Advisor
January 29, 2025

I don't think that is possible in workspace UI.

I'd suggest to explore Projects API to maybe create multiple copies of your project through some automation and if it is not a hard requirement to view the data in workspace then Reporting API can be leveraged to loop through different page values and return segmented data for dimension and metric combinations you need.

Cheers!