Profile scores facet
Format in Sitecore 8.x
In Sitecore 8.x, information about the visitor’s profile scores at the end of the interaction is stored on the interaction in a property named Profiles.
The following is an example of an interaction with the Profiles property:
The Profiles property is a dictionary. Each member of the dictionary has a key and a value. The key describes a specific profile score. The value is an object that contains the details of the profile score.
Format in Sitecore 9
Format in Sitecore 9
In Sitecore 9, visitor’s profile scores at the end of the interaction are associated with an interaction through an interaction facet:
|
Facet Name |
|
|
Facet Type |
|
The profile scores are stored in a dictionary. The key to the dictionary is the id of the profile. The id itself is not stored in the data from Sitecore 8.x, so a lookup is performed using the profile name.
|
Facet Property |
Description |
|---|---|
|
|
Dictionary that contains the profile scores associated with the interaction |
Mapping profile score properties
Mapping profile score properties
|
Source object |
Member of the dictionary located at |
|
Target object |
|
|
Mapping definition |
MongoDB to xConnect Interaction Mappings > MongoDB Interaction to xConnect Interaction ProfileScores Facet |
|
Value to write to target object |
Property on target object |
|---|---|
|
|
|
|
value resolved using |
|
|
|
|
|
|
|
|
|
|
Mapping profile score values
Mapping profile score values
The values for each profile score are stored in a dictionary. The key to the dictionary is the id of the profile score. The id itself is not stored in the data from Sitecore 8.x, so a lookup is performed using the profile score name.