Can content and offer personalization/recommendations be used if you have AEM as your Web CMS platform?
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Please have a look at the solution posted here:
Link:- http://stackoverflow.com/questions/31276374/personalization-in-aem-6-1
// This post covers Personalization in AEM 6.1
In your head include data-sly-include="/libs/cq/cloudserviceconfigs/components/servicelibs/servicelibs.jsp" to pick up your target cloud service configuration.
inside the top of your body include data-sly-resource="${ @path='clientcontext', resourceType='cq/personalization/components/clientcontext'}" to add Targeting mode to the client context menu
and before your closing body tag include data-sly-resource="${ @path='cloudservices', resourceType='cq/cloudserviceconfigs/components/servicecomponents'}" to close your cloud services config
Just an FYI....teasers are old terminology (pre 6.1) ...use the experience template.
I hope this will also help you.
~kautuk
Views
Replies
Total Likes
Thank you both!
Views
Replies
Total Likes