AEM + SiteCatalyst Customization
Hi all,
I've recently been trying to configure our AEM 6.0 project in such a way that it reports custom page variables to SiteCatalyst using some of the predefined eVars. I've setup an Adobe Analytics Framework page that successfully logs in to SiteCatalyst server and even created an Adobe Analytics Configuration page. I've also created an "analytics" node under my base page component with the property "cq:trackVars" and the variables of the custom clientcontext datastore that I've created. The problem I'm running into here is that on the Analytics Configuration page, these are showing up as "eventdata.mycustomdatastore.<variablename>"...
My concern is that this isn't going to be picked up when the analytics actually reports the "pageView" along with the other variables defined in the "pagedata" clientcontext store. Right now I've created this custom datastore as a "CQ_Analytics.JSONStore".
Should I instead be trying to add additional properties to the out of the box "CQ_Analytics.PageDataMgr" store? Ultimately we're just trying to track some extra page properties in Analytics, like the certain tags used on the page, and also the page name but formatted differently than it normally is.