Personalization Hub Manual / Version 2406.0
Table Of ContentsClient-side Personalization decides on the user client software (mostly the browser) which content to show. The rules are defined in a personalization system, such as CoreMedia Engagement Cloud.
Client-side Personalization consists of a core extension (p13n-core
) and multiple adapter extensions.
While the p13n-core
is mandatory, the adapter is chosen for the personalization system which is integrated.
This mentioned, the following extensions currently exist:
The
p13n-core
extension which offers the basis functionality used by the adapter extensions. This extension must always be installed.The
p13n-adapter-cmec
extension which connects with CoreMedia Engagement Cloud.The
p13n-adapter-monetate
extension which connects with Monetate.The
p13n-adapter-generic
extension which connects with Evergage and Dynamic Yield.
You must always install p13n-core
as the base extension required by the other ones.
Based on the capability of the provider the following use cases are supported:
Optimization and Testing: Run experiences with split traffic allocation (A/B/n tests) and targeting
Personalization: Run experiences with machine learning and targeting
Segmentation: Use targeting capabilities of the provider to serve custom content experiences to different user segments
For all these use cases, content editors in CoreMedia Studio can easily create and manage content and connect them to the provider for optimized and personalized delivery.
p13n-core
Extension
The CoreMedia p13n-core
extension provides the base functionality for integrating third party web personalization,
optimization, and testing providers with CoreMedia.
p13n-adapter-cmec
Extension
CoreMedia Engagement Cloud is the CoreMedia provider of personalization, targeting and optimization solutions for websites.
The p13n-adapter-cmec
extension for CoreMedia Blueprint enables you to use a technology directly from the CoreMedia ecosystem.
p13n-adapter-monetate
Extension
Monetate is a well known provider of personalization, targeting and optimization solutions for websites.
The p13n-adapter-monetate
extension for CoreMedia Blueprint enables you to use Monetate's technology to personalize,
target and test content in an easy way to build a whole new customer experience.
p13n-adapter-generic
Extension
The p13n-adapter-generic
adapter is a generic means to connect third party web personalization, optimization and targeting
solutions that don't provide dedicated client APIs to query metadata state.
The current implementation has been tested with the following systems:
Dynamic Yield
Evergage
Architecture
For all supported personalization providers, a client-side integration approach is used:
The provider's JavaScript tag is rendered into the head of the generated HTML output. The script tag loads and calls additional JavaScript code which evaluates the current request and determines the actions to run on this page, for example which variant to show from what experience. When actions related to CoreMedia experiences are run, custom CoreMedia JavaScript callbacks are triggered, loading personalized content items from the CAE via AJAX, replacing default content items on the page. Using this approach offers two main benefits:
In addition to CMS content actions, all capabilities of the provider can be used for use cases that are currently not supported by CoreMedia. The generated CoreMedia pages are not dependent on the personalization actions and can be cached.
Content Placement and Rendering Restrictions
Client-side Personalization bases on a few assumptions that affect the way you can place content and render content:
Experiences and segments target single teasable items only - not collections. This means it is not possible to replace an item with a collection of items and vice versa.
A baseline item must always exist, therefore, it is not possible to add content to the variants/segments while the baseline remains empty. Moreover, for all variants/segments a content item must be defined, which means it is not possible to add a baseline content item and leave some or all the variant/segment content empty.
The design of segments follows the idea that a user is part of only one segment. There is no ruleset to combine different segments to target content.
Different experiences/segmentation documents cannot target the same baseline slot.