1. Contacts

Classification facet

Version:

Format in Sitecore 8.x

In Sitecore 8.x, settings that store the contact’s classification level are stored in a property on the contact. The name of the property is System.

The following is an example the System property on the contact:

"System" : {
    "Classification" : 0,
    "OverrideClassification" : 0,
    "VisitCount" : 1,
    "Value" : 0
},

Format in Sitecore 9

In Sitecore 9, contact classification is associated with a contact through a contact facet:

Facet NameClassification
Facet TypeSitecore.XConnect.Collection.Model.Classification

Mapping details

Mapping definitionMongoDB to xConnect Contact Mappings > MongoDB Contact to xConnect Contact Classification Facet
Value to write to target objectProperty on target object
Classification from source objectClassificationLevel
OverrideClassification from source objectOverrideClassificationLevel
If you have suggestions for improving this article, let us know!