Personal information facet
Format in Sitecore 8.x
In Sitecore 8.x, settings that store the contact’s personal information are stored in multiple properties on the contact. The names of the properties are Personal and Preferences.
The following is an example the Personal and Preferences properties on the contact:
"Personal" : {
"Birthdate" : ISODate("1890-01-01T00:00:00.000Z"),
"FirstName" : "Thomas",
"Gender" : "Male",
"JobTitle" : "Owner",
"Surname" : "Shelby",
"MiddleName" : "Michael",
"Nickname" : "Tommy",
"Title" : "OBE"
},
"Preferences" : {
"Language" : "en"
},
Format in Sitecore 9
In Sitecore 9, personal information is associated with a contact through a contact facet:
|
Facet Name |
|
|
Facet Type |
|
Mapping details
|
Mapping definition |
MongoDB to xConnect Contact Mappings > MongoDB Contact to xConnect Contact Personal Info Facet |
|
Value to write to target object |
Property on target object |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|