Hello,
I'm having an issue where page names are reporting to Site Catalyst in several different formats.
For example:
example.com/folder/fakewebpage
example.com/folder/%20fakewebpage
example.com/folder/fake+web+page
example.com/folder/fake_web_page
example.com/folder/%20fake%20web%20page
Any ideas what's happening?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
This is not exactly an issue of implementation sometimes html creates special characters for the few typos example space , pipe. these special characters needs to encoded while parsing.
I recommend you to use HTML encoding before passing values to sitecatalyst.
Please let me know if you need any additional information.
Regards
Devinder
Views
Replies
Total Likes
The issue you're dealing with is 100% implementation related. Adobe Analytics takes the information specified in an image request and passes it in to our servers. If the data you're seeing in reporting is sub-optimal, it is due to your implementation.
I would recommend taking a look at how s.pageName is populated on each of your pages, and make sure they are all doing it the exact same way with the exact same encoding. Once you do this, future data will populate correctly in the pages report.
Views
Replies
Total Likes
Hi
This is not exactly an issue of implementation sometimes html creates special characters for the few typos example space , pipe. these special characters needs to encoded while parsing.
I recommend you to use HTML encoding before passing values to sitecatalyst.
Please let me know if you need any additional information.
Regards
Devinder
Views
Replies
Total Likes
Depends on how you've coded or implemented the s.pageName variable. Do you have a page/URL we could refer to or use as an example?
Thanks
Nikhil
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies