loading table of contents...

8.4.3.1. Configured Contexts

To make use of Adaptive Personalization a CAE must be configured with contexts. In order to deliver personalized content these contexts will be analyzed at runtime each time a request is being processed.

CoreMedia Blueprint is shipped with the following contexts configured:

ContextDescription
cookieSource_keyword Cookie based ContextSource to track keywords associated with a Page.
cookieSource_subject_taxonomies

Cookie based ContextSource to track Subject Taxonomies

See the [Blueprint Concept Guide] to learn more about Taxonomies.

cookieSource_location_taxonomies

Cookie based ContextSource to track Location Taxonomies

See the [Blueprint Concept Guide] to learn more about Taxonomies.

referrerSource Cookie based ContextSource to track the referrer URL of the first request of a session.
systemDateTimeSource Provides access to time related information.
lastVisitedSource Cookie based ContextSource to track a user's visited Pages.

Table 8.11. Adaptive Personalization contexts configured for CoreMedia Blueprint


Have a look at personalization-context.xml in module p13n-cae to see what kind of data is contained in the contexts. Especially, notice the used ContextCoDec implementations.

Refer to the [Blueprint Concept Guide] to learn about contexts in general and the [Adaptive Personalization Manual] to see how to implement a ContextSource.