Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Resolved Segments in contexthub toolbar showing blank

Avatar

Level 2

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.

Blank_resolved_segments.PNGWe-retail_resolved_segments.PNG

1 Accepted Solution

Avatar

Correct answer by
Level 2

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'}"/>

View solution in original post

4 Replies

Avatar

Level 10

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...

Avatar

Level 10

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”.

Avatar

Correct answer by
Level 2

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'}"/>