Hi there,
I have successfully created a Cloud Configuration for Target in AEM Cloud Services. I also applied the config on the page I am trying to apply Targeting on.
However, I am not able to see the Targeting option in the Edit menu. Couple of screenshots below. Please help.
Hi,
You need to include below clientlibs and resource in page component in order to work with targeting
<!--/* Include Context Hub */-->
<sly data-sly-call="${clientLib.js @ categories='granite.utils'}"/>
<sly data-sly-resource="${'contexthub' @ resourceType='granite/contexthub/components/contexthub'}"/>
Thank you! Although adding the references above didn't help directly, it pointed me in the right direction. I had to add these to head.html
<sly data-sly-resource="${'contexthub' @ resourceType='granite/contexthub/components/contexthub'}"/>
<cq:include script="/libs/cq/cloudserviceconfigs/components/servicelibs/servicelibs.jsp"/>
Views
Replies
Total Likes
Is there official documentation from Adobe on what scripts should be added? Can you please share that? Im working on AEM v6.5.3 if that helps.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies