Personalization Hub Manual / Version 2301
Table Of Contents
The supported segmentation use case divides the customer base into disjoint sets of segments. For each segment, you
want to use, you have to create a P13NSegment
in CoreMedia Studio. You have two ways
of applying an experience to a segment:
Each segment can be used as a direct target rule of an experience.
The Monetate AI decides about the segment with a single individual fit experience.
For the first case you create an experience for each segment, while for the second case you only create one experience with all segments.
Prerequisites
You have already defined P13NSegment content items in Studio as described in Section 4.2.2, “Creating Segments in Studio”.
Direct Target Rule
Define an experience with the goal to serve everyone the same experience. Apply the required targeting rules and add a single variant with the CoreMedia JavaScript action.
Select the variant action and paste the following code into the JavaScript code field:
cm_p13n.pushSegment("<segment_name>");
Replace
<segment_name>
with the name of the corresponding Studio content item, which you have created in Section 4.2.2, “Creating Segments in Studio”.Continue with experiences for other segments.
AI Optimized Content Selection
Create a single experience with goal To optimize my goal with Machine Learning. Individual Fit. For each segment add a variant.
For each variant add a single CoreMedia action and paste the following code into the JavaScript code field:
cm_p13n.pushSegment("<segment_name>");
Replace <segment_name>
with the name of the corresponding Studio content item, which
you have created in Section 4.2.2, “Creating Segments in Studio”.