Classification facet

Abstract

Introduction to the contact classification facet in xDB Data Migration Tool.

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
},

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 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