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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
As you can see in above screenshots, pageName and pageUrl is present in dashboard
eg:
pageName: edit-campaign:basic-details-react
pageURL: https://sophia-ui-local.corp.adobe.com:8091/ui/campaigns/48165/basic-details
pageName is already assigned to every route we have in our application, above is just one example from them.
Adobe Experience Platform Debugger Screenshot
In above screenshot, as you can see 2 entries are present, first one is when application is loading and second one when application is fully loaded, in both the cases pageURL is same , but in first one pageName is not present or not defined.
Pls Note: First entry is not coming from our code.
can we handle these type of scenarios.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Thanks Charles for jumping on to the call and solving the issue on priority
Views
Replies
Total Likes