Hi all,I have done a login process in AEM 6.0. Now, I would like to
integrate it with Analytics, so when the user is logged in I can check
in Analytics the information related to it (name, age, gender...)I was
checking geometrixx example and I saw
this:CQ_Analytics.ProfileDataMgr.loadProfile(u); //where u is the userI
was trying to do something similar in my code but it's not working. I'm
getting CQ_Analytics.ProfileDataMgr as null, so I guess this is the
problem and "loadProfile" is not being c...