Classification facet

Version: 5.0

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:

RequestResponse
"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 Name

Classification

Facet Type

Sitecore.XConnect.Collection.Model.Classification

Mapping details

Mapping definition

MongoDB to xConnect Contact Mappings > MongoDB Contact to xConnect Contact Classification Facet

Value to write to target object

Property on target object

Classification from source object

ClassificationLevel

OverrideClassification from source object

OverrideClassificationLevel

Do you have some feedback for us?

If you have suggestions for improving this article,