We are currently running AEM 6.5, is there a part of contextHub that should function OOTB or is functionality based on licensing?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
It is part of the ootb and no additional licensing is needed
Refer:
Hi,
It is part of the ootb and no additional licensing is needed
Refer:
@Steve_A1 contexthub is OOTB for personalisation-
https://medium.com/@manumathew28.94/contexthub-in-aem-for-personalization-52b888511bf
@Steve_A1 For contexthub, you don't require additional licensing. ContextHub is a framework for storing, manipulating, and presenting context data. The client-side Javascript API enables you to access the data for personalizing content. Use below Reference URL's for more detail.
References:
http://www.basef.com.br/index.php/Configuring_Contexthub_to_Segment_pages_with_Adobe_AEM
These examples and others I've found use ContextHub Path: /libs/settings/cloudsettings/legacy/contexthub but this doc https://experienceleague.adobe.com/docs/experience-manager-65/developing/personlization/contexthub.h... says it should only be used as a reference and should not be used in a project as your own ContextHub configuration. What path should be used? Should these be copied under /apps/settings/cloudsettings/contexthub? I see this in the error log: GET /etc/cloudsettings.ui.js/libs/settings/cloudsettings/legacy/contexthub HTTP/1.1] com.google.javascript.jscomp ui.js:10992: WARNING - unreachable code
Views
Replies
Total Likes