Setting up a new page name in Adobe Analytics | Community
Skip to main content
New Participant
June 14, 2017
Solved

Setting up a new page name in Adobe Analytics

  • June 14, 2017
  • 1 reply
  • 1389 views

I created a new page on my website and I want to define this page name in Omniture to track more easyly.

Could somebody help me on my issue?

Thanks,

D.

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 isinha

You can pass s.pageName variable in your source code along with other Analytics variable. With that, the page name passed in that variable will appear in Pages report.

For example, s.pageName = "My Page"

See this: pageName

Another method would be to use Name Pages: Name Pages  in Analytics UI, though it isn't recommended as it can cause issues in future.

Hope this helps!

1 reply

isinhaAccepted solution
Employee
June 14, 2017

You can pass s.pageName variable in your source code along with other Analytics variable. With that, the page name passed in that variable will appear in Pages report.

For example, s.pageName = "My Page"

See this: pageName

Another method would be to use Name Pages: Name Pages  in Analytics UI, though it isn't recommended as it can cause issues in future.

Hope this helps!