Customizing client context
Hi,
I am using AEM 6.0 and trying to customize client context. I am following the URL http://blogs.adobe.com/aemtutorials/2013/07/24/customize-the-client-context/ and have checked out the latest code from codehub and deployed in the local AEM. I opened up the page /content/geometrixx-outdoors/en/men/coats/edmonton-winter.html on Chrome and checked the response on Console. I used console.log statements in the customstore.js to see the output in the Console. The if statement in the checked out code the(inside customstore.js) is not getting called at all. The value of authorizableId being fetched from
var authorizableId = CQ_Analytics.ProfileDataMgr.getProperty("authorizableId");is anonymous as seen in the Console.log statement. I am not able to see the output in the Console as shown on http://blogs.adobe.com/aemtutorials/2013/07/24/customize-the-client-context/
Is there anything extra that I need to do ?