Can RichRelevance be Used with AEM? | Community
Skip to main content
joe_kamenar
New Participant
September 12, 2016
Solved

Can RichRelevance be Used with AEM?

  • September 12, 2016
  • 3 replies
  • 1905 views

Can content and offer personalization/recommendations be used if you have AEM as your Web CMS platform?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

joe_kamenar
New Participant
September 29, 2016

Thank you both!

kautuk_sahni
Employee
September 13, 2016

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

Kautuk Sahni
Sham_HC
Sham_HCAccepted solution
New Participant
September 13, 2016