Page URL report | Community
Skip to main content
November 1, 2021
Solved

Page URL report

  • November 1, 2021
  • 2 replies
  • 1409 views

Hello out there! I need to know how to create a "URL Report". I'm expecting to be able to sort and filter all the data associated with a specific URL. Can anyone tell me how to do this? 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 VaniBhemarasetty

@ndupont Adding to @garretth  You can use features like data feeds and data warehouse and create "url report" outside workspace , "Page url" dimension is available in data warehouse , if you are not capturing it in any custom dimension

 

You can read about it here 

https://experienceleague.adobe.com/docs/analytics/export/data-warehouse/data-warehouse.html?lang=en

https://experienceleague.adobe.com/docs/analytics/export/analytics-data-feed/data-feed-overview.html?lang=en

 

Hope this helps

 

2 replies

Adobe Employee
November 1, 2021

If you are not already capturing url on a custom variable, then the only way url would be available to you in Workspace Analysis would be if you page report is defaulting to urls, which will only happen if pagename is not set by your implementation. 

 

So first, I'd check what your page report looks like, if you are not seeing urls, then you may want to consider capturing the url with the blow recommended process:

https://experienceleague.adobe.com/docs/analytics/components/dimensions/page-url.html?lang=en

Populate an eVar with URL

Adobe recommends setting an eVar to the concatenated string window.location.hostname + window.location.pathname. This string typically works better than window.location.href because it omits protocol, query strings, and anchor tags.

If you want the eVar to exactly match the ‘Page URL’ dimension in Data Warehouse, you can use dynamic variables and set the eVar to D=g on each hit.

 

Please be aware that page urls often have a lot of unique values if you include your query string parameters, in which case you may run into hash collisions https://experienceleague.adobe.com/docs/analytics/implementation/validate/hash-collisions.html?lang=en

VaniBhemarasetty
Adobe Employee
VaniBhemarasettyAdobe EmployeeAccepted solution
Adobe Employee
November 3, 2021

@ndupont Adding to @garretth  You can use features like data feeds and data warehouse and create "url report" outside workspace , "Page url" dimension is available in data warehouse , if you are not capturing it in any custom dimension

 

You can read about it here 

https://experienceleague.adobe.com/docs/analytics/export/data-warehouse/data-warehouse.html?lang=en

https://experienceleague.adobe.com/docs/analytics/export/analytics-data-feed/data-feed-overview.html?lang=en

 

Hope this helps