adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
286 stars 563 forks source link

Enable Targeting mode in the website #186

Open mkbrv opened 3 years ago

mkbrv commented 3 years ago

The We.Retail website has targeting mode enabled. We would like to use the Wknd website to test/demo some targeting/personalization.

Do you think Targeting can be enabled in the site?

Expected: image

Actual: image

godanny86 commented 3 years ago

@mkbrv you can un-comment the following line to add ContextHub on the page: https://github.com/adobe/aem-guides-wknd/blob/master/ui.apps/src/main/content/jcr_root/apps/wknd/components/page/customheaderlibs.html#L22

There hasn't been any targeting/personalization components implemented inside the WKND code base. However that shouldn't stop you from using ContextHub (after you un-comment the line). You can also explore integrating Adobe Target via Launch: https://experienceleague.adobe.com/docs/experience-manager-learn/sites/integrations/target/overview.html?lang=en#integrations

keepthebyte commented 2 years ago

The plan is to add personalization example in the next few months - then we will also enable Contexthub by default.