Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Page URL report

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@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...

 

Hope this helps

 

View solution in original post

2 Replies

Avatar

Employee

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=...

Avatar

Correct answer by
Employee Advisor

@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...

 

Hope this helps