Blueprint Developer Manual / Version 2207
Table Of ContentsTo 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:
Context | Description |
---|---|
cookieSource_keyword
|
Cookie based ContextSource to track keywords associated with a Page.
|
cookieSource_subject_taxonomies
|
Cookie based |
cookieSource_location_taxonomies
|
Cookie based |
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.
|
journeySegmentSource
| Provides Access to the SFMC journeys to which a user is associated. |
Table 6.6. 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 Adaptive Personalization Manual to see how to implement a
ContextSource
.