Some of our URLs are rather long and the final path gets cut off in reporting. Is there a way to filter out the initial scheme, subdomain, domain, top-level domain, and initial paths so we are left with the final paths in reporting?
Solved! Go to Solution.
Views
Replies
Total Likes
Yes, the value was already transformed when Adobe received it. So in our case "www.domain.com/stuff" became "domain.com/stuff". Or "www.domain.com/drugs/37489459/ap27d-df22" becomes "domain.com/drugs/asprin"
Views
Replies
Total Likes
My company does something that for the same reason. We originally did it through custom code in the H code beacon. I think it's in the Tag Manager now.
Views
Replies
Total Likes
Thanks for the reply @RobertBlakeley , so you and your team filtered the URLs before they got into Adobe Analytics reporting? If I understand correctly, you did this through Tag Manager?
Thank you
Views
Replies
Total Likes
Yes, the value was already transformed when Adobe received it. So in our case "www.domain.com/stuff" became "domain.com/stuff". Or "www.domain.com/drugs/37489459/ap27d-df22" becomes "domain.com/drugs/asprin"
Views
Replies
Total Likes
Interesting. Thank you for sharing.
Views
Replies
Total Likes
You can also use Classifications and Regex rules to extract the main path of the URL from the full collected path so that you have access to both (this way you don't need to change your implementation, and if you need to see the full url its still available to you)
Views
Replies
Total Likes
Views
Likes
Replies