Url is getting ingested into adobe analytics | Community
Skip to main content
September 21, 2022
Solved

Url is getting ingested into adobe analytics

  • September 21, 2022
  • 2 replies
  • 1295 views

Hi Community,

 

We are trying to ingest pageNames to adobe analytics but in some cases instead of pageName, pageUrl is getting ingested, due to this inconsistency data is not looking correctly in adobe analytics dashboard.

 

Is there any configuration required at code level so that I can fix this type of issue.

Please find the attachment below.

 

Thanks,

sakhtar

 

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 Charles_Thirupathi

Hi @sakhtar,

 

It's because pageName is not defined/not working as expected for those URLs. Make sure pageName (s.pageName) defined in the implementation works for all those URL's.

 

If the pageName (s.pageName) variable is not defined then the respective URL(s.pageURL) value of the page will be assigned to pageName by default.

 

Thanks,

Charles

2 replies

Charles_Thirupathi
Charles_ThirupathiAccepted solution
Level 4
September 21, 2022

Hi @sakhtar,

 

It's because pageName is not defined/not working as expected for those URLs. Make sure pageName (s.pageName) defined in the implementation works for all those URL's.

 

If the pageName (s.pageName) variable is not defined then the respective URL(s.pageURL) value of the page will be assigned to pageName by default.

 

Thanks,

Charles

January 27, 2023

Hi @charles_thirupathi ,

 

Even I am seeing a similar pageName Issue. in my case, pageName is Loading fine for all domains except for the following URL - https://registration.cadence.com/CadenceEcomAppRegScreen?appcode=ecom&isNewUser=true&langcode=en

https://registration.cadence.com/CadenceEcomLoginScreen?appcode=ecom&langcode=en&logout=true

 

Other Domains are working fine

URL - https://www.cadence.com/en_US/home.html

 

we are calling pageName from DataLayer - digitalData.page.pageInfo.pageName 

but s.pageName is not picking up. Snapshots Attached below 

 

Is there any configuration error I missed? Please Let me know

 

Thank You

Mahesh

sakhtarAuthor
September 21, 2022

Thanks Charles for jumping on to the call and solving the issue on priority