Multiple Page Names | Community
Skip to main content
Level 2
October 16, 2015
Solved

Multiple Page Names

  • October 16, 2015
  • 3 replies
  • 1528 views

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?

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 devinderbanga

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

3 replies

Gigazelle
Adobe Employee
Adobe Employee
October 16, 2015

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.

devinderbanga
devinderbangaAccepted solution
Level 6
October 16, 2015

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

Level 8
October 16, 2015

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