Hi,
We are trying to make the analytics data visible at page level and in content insight in AEM. The page view, etc. data is there in Adobe Analytics, there is a connection set between AEM and AA, but we get back 0 result in AEM.
Could you please advise how it should be configured?
Is it related to Reporting Sevices settings provider? It is on default now (https://services1.omniture.com/p/rs/0.5), but have not found what value should go there.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
We have found the solution, the steps are the followings:
var pagePath = document.head.querySelector("[name=path]").content; _satellite.setVar("pageName", pagePath);return true;
Notes:
Views
Replies
Total Likes
Have you configured AEM and Analytics as per the docs: https://docs.adobe.com/docs/en/aem/6-1/administer/integration/marketing-cloud.html?
(I have asked some of our Analytics experts look at this too)
Views
Replies
Total Likes
In which environment you are not able to see the AA result? author or publish?
Views
Replies
Total Likes
Author
Views
Replies
Total Likes
Note:- The Content Insights reports require that your administrator has integrated AEM with SiteCatalyst, Target, and BrightEdge.
Docs:- https://docs.adobe.com/docs/en/aem/6-2/author/site-page-features/content-insights.html
Analyzing Page Performance:- https://docs.adobe.com/docs/en/aem/6-2/author/site-page-features/content-insights/ci-analyze.html#Op...
~kautuk
Views
Replies
Total Likes
Is not it possible to get some part of it working? Should be all these things configured in AEM to get some basic information about page views, time spent on page, etc., (see screenshot attached), which is clearly in Analytics?
Views
Replies
Total Likes
In Adobe Analytics Framework configuration, DTM and Adobe Analytics the same report suit is configured. What else should be considered?
Views
Replies
Total Likes
Hi,
I am also using Analytics through DTM and not able to see the metrics data coming from Adobe Analytics into AEM sites.html.
Is there anything else, we have to configure before we see these metrics data in AEM ?
Thanks~
Jay
Views
Replies
Total Likes
Hi,
We have found the solution, the steps are the followings:
var pagePath = document.head.querySelector("[name=path]").content; _satellite.setVar("pageName", pagePath);return true;
Notes:
Views
Replies
Total Likes
Hi Gyorgy,
Thank you very much for your quick help!
However, I am still seeing the value as 0 for Content Insights.
Steps that I have performed.
1. Created Adobe Analytics Configuration
2. Created Adobe Analytics Framework
3. Created a new DTM Page Load Rule as suggested by you. (Assigned prop var to 'Page Name' Data Element)
4. Applied Adobe Analytics Framework to the root page of the website.
Question - Do we have to configure anything else to make this work ?
Thank you
~Jay
Views
Replies
Total Likes