Simple list of PageNames with their Associated URLs | Community
Skip to main content
New Participant
March 15, 2022
Solved

Simple list of PageNames with their Associated URLs

  • March 15, 2022
  • 3 replies
  • 1938 views

I need to see many PageNames alongside their associated URLs.  I just need a simple list like the one in the top section below.  How can I get this?

 

Best answer by yuhuisg

You can't do that out-of-the-box in Analytics. This is because the Analytics tracking code captures the full URL every time.

If you want the shortened version, then you have to update your Analytics implementation to track those shortened URLs into an eVar.

3 replies

Pablo_Childe
New Participant
March 24, 2025

Hi if your pages have a datalayer via the pagename variable defined it may be possible with a tool i recently built.

I added a link to solution post below.


https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/adobe-analytics-pagename-extractor/td-p/744434

 

limit is 500 urls at a time

 

GLTU

New Participant
March 15, 2022

Hey @chrise91147027 

You can use Data Warehouse Report and pull Page & URL together as can be seen below :

 

New Participant
March 22, 2022

We don't have data warehouse.  But it is a good argument for getting it.  Thanks

yuhuisg
yuhuisgAccepted solution
New Participant
March 15, 2022

You can't do that out-of-the-box in Analytics. This is because the Analytics tracking code captures the full URL every time.

If you want the shortened version, then you have to update your Analytics implementation to track those shortened URLs into an eVar.

New Participant
March 15, 2022

Bummer.  Thanks anyway.