I am trying to achieve personalisation in AEM 6.3. I am not able to see "Resolved Segments" in contexthub toolbar in my project. Whereas if I try in we-retail site, I can see "resolved segments" such as female,age-over-30, season-summer etc.
Can somebody help me why is it happening only in my project whereas it works fine in we-retail site? PFB attached snapshots.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Scott (smacdonald2008),
The above article was very useful. I could debug the issue based on above example. Once I added below dependency, "Resolved segments" section was showing up correctly.
<sly data-sly-use.clientLib="/libs/granite/sightly/templates/clientlib.html"
data-sly-call="${clientlib.all @ categories='we-retail.dependencies'}"/>
Views
Replies
Total Likes
Take a look at this ContextHub article - it shows use of segments in an example site.
Using the ContextHub to setup GeoLocation data in the Experience Manager Toy Store site
Another example -- Using the Adobe Experience Manager ContextHub to work with Personal Experiences
In addition - i recommend that you watch this webinar on ContextHub
Hope this helps...
Views
Replies
Total Likes
Also - an internal Adobe person asked we post this:
Segments don’t show up as resolved unless they are associated with a test user, location or device by mapping a “trait”.
Views
Replies
Total Likes
Just tested this article - Using the ContextHub to setup GeoLocation data in the Experience Manager Toy Store site and it works
Views
Replies
Total Likes
Hi Scott (smacdonald2008),
The above article was very useful. I could debug the issue based on above example. Once I added below dependency, "Resolved segments" section was showing up correctly.
<sly data-sly-use.clientLib="/libs/granite/sightly/templates/clientlib.html"
data-sly-call="${clientlib.all @ categories='we-retail.dependencies'}"/>
Views
Replies
Total Likes