When looking at our page visits in workspace, we see the same page listed twice with different volume of visits e.g.
https://domain.co.uk/page/subpage
and
domain:page:subpage
Looking at the debugger on the page I only see pageName puled through as domain:page:subpage
Does anyone know why we see this duplication?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
This is what I was going to ask
What is the distribution of "url" values vs curated page name values? Are you talking about a small percentage of pages that are missing the curated name, or a large percentage?
If no pageName is passed, Adobe will use the URL instead... it's possible that you have some scenarios where the code to populate the page name is failing, or maybe there are multiple rules for different scenarios where the page name wasn't set at all....
You may have to try and breakdown the URL version to see if there is a pattern to the scenarios where only the URL is populated, then try to test those specific scenarios to figure out what is happening.
Views
Replies
Total Likes
One possibility is that the page name is not set in some use case.
Page Name is a required field for page calls (as opposed to link calls). If the page name is not set, Adobe defaults the page name to the URL.
This is what I was going to ask
What is the distribution of "url" values vs curated page name values? Are you talking about a small percentage of pages that are missing the curated name, or a large percentage?
If no pageName is passed, Adobe will use the URL instead... it's possible that you have some scenarios where the code to populate the page name is failing, or maybe there are multiple rules for different scenarios where the page name wasn't set at all....
You may have to try and breakdown the URL version to see if there is a pattern to the scenarios where only the URL is populated, then try to test those specific scenarios to figure out what is happening.
Views
Replies
Total Likes
Views
Likes
Replies