Not able to pull the page name from dataLayer object. Help needed.
I'm using AEM 6.5.7.
As part of Launch Implementation, a dataLayer object is created and we have pushed the data as below. For Page name, i could retrieve using window.dataLayer.page[0].eventInfo.pagename in the browser console as below;
Please find the below screenshot for the complete dataLayer used and the values pushed from the browser console;
Now, In Adobe Launch, I have configured as below in after creating a data element with "Page Name"
In the Adobe Analytics section, please find the below modifications,
In the Rules, I have added as below;
Now, when I try to check from Network Tab / using Observe point plugin although an analytics call is triggered. I could not see the page name.
Please find the below screenshot from the AEM page where there should be a Page name similar to Page url which is not available.
I have researched on this issue for a long time now.
Please help me out.
Thanks in advance !