I have followed the directions from the page from this link https://helpx.adobe.com/experience-manager/using/integrate-digital-marketing-solutions.htm l in order to connect AEM (local) to DTM and Adobe Analytics. Everything looks good and I can see the server calls and props and eVars fire correctly however,
1. how do I get the content insights to show data in the graphs?
2. How do I get the analytics to show pageviews, unique visitors and time on page in the view settings in sites?
Any help would be greatly appreciated.
Thank you,
Scott
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
Please follow the steps:
var pagePath = document.head.querySelector("[name=path]").content; _satellite.setVar("pageName", pagePath); return true;
Notes:
Please refer to this old post, where member had similar problem:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...
I hope this would help you.
~kautuk
Views
Replies
Total Likes
I also get the below message when trying to add the page views in the view settings within AEM sites, Do I need to add another cloud connection other than Adobe DTM and Analytics?
Views
Replies
Total Likes
Hi
Please follow the steps:
var pagePath = document.head.querySelector("[name=path]").content; _satellite.setVar("pageName", pagePath); return true;
Notes:
Please refer to this old post, where member had similar problem:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...
I hope this would help you.
~kautuk
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies