Create a merge policy in the UI
- On the Merge Policies screen, select the Create Merge Policy button on the upper-right
- As the Name, enter
Loyalty Prioritized
- As the Schema, select XDM Profile (note that your custom class—since it is record data—is available for merge policies, too)
- For Id Stitching, select Private Graph
- For Attribute Merge, select Dataset precedence
- Drag-and-drop
Luma Loyalty Dataset
andLuma CRM Dataset
to the Dataset panel. - Make sure
Luma Loyalty Dataset
is on top by drag and dropping it above theLuma CRM Dataset
- Select the Save button
Validate the merge policy
Let’s see if the merge policy is doing what we would expect:
- Go to the Browse tab
- Change the Merge policy to your new
Loyalty Prioritized
policy - As the Identity namespace, use your
Luma CRM Id
- As the Identity value use
b642b4217b34b1e8d3bd915fc65c4452
- Select the Show profile button
Daniel
is back!
Create a merge policy with limited datasets
When creating Merge policies using dataset precedence, only the datasets of the same base class that you include in the right are included in the profile. Let’s set up another merge policy
- On the Merge Policies screen, select the Create Merge Policy button on the upper-right
- As the Name, enter
Loyalty Only
- As the Schema, select XDM Profile
- For Id Stitching, select None
- For Attribute Merge, select Dataset precedence
- Drag-and-drop only the
Luma Loyalty Dataset
to Selected Dataset panel. - Select the Save button
Validate the merge policy
Now let’s look at what this merge policy does:
- Go to the Browse tab
- Change the Merge policy to your new
Loyalty Only
policy - As the Identity namespace, use your
Luma CRM Id
- As the Identity value use
b642b4217b34b1e8d3bd915fc65c4452
- Select the Show profile button
- Confirm that no profiles are found:
CRM Id is an identity field in the Luma Loyalty Dataset
, but only primary identities can be used to look up profiles. So, let’s look up the profile using the primary identity, Luma Loyalty Id
"
- Change the Identity Namespace to
Luma Loyalty Id
- As the Identity value use
5625458
- Select the Show profile button
- Select the profile id to open the profile
- Go to the Attributes tab
- Note that other profile details from the CRM dataset, such as the mobile phone number and email address are not available because we only
- Go to the Events tab
- ExperienceEvent data is available despite not explicitly including it in the merge policy datasets:
More about merge policies
In the profile search, change the merge policy used back to Default Timebased
and select the Show profile button. Danny is back!
What is going on here? Well, profile merging is not a one time thing. Real-Time customer profiles are assembled on the fly, based on various factors, including which merge policy is used. You can create multiple merge policies to use in different contexts, depending on which view of the customer you want.
A key use case for merge policies is for data governance. For example, say you ingest third-party data into Platform which cannot be used for personalization use cases, but can be used for advertising use cases. You can create a merge policy that excludes this third-party dataset and use this merge policy to build segments for your advertising use cases.