https://ns.adobe.com/xdm/common/b2b-contact
This Data Type is used to capture B2B Contact specific attributes.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Deprecated | No | Forbidden | Permitted | datatypes/b2b-contact.schema.json |
- B2B Contact
https://ns.adobe.com/xdm/common/b2b-contact- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible - XDM Contact and Lead common B2B attributes
https://ns.adobe.com/xdm/common/contact-lead - OptInOut
https://ns.adobe.com/xdm/context/optinout
- Extensibility base schema
{
"xdm:ID": "11110000",
"xdm:accountID": "",
"xdm:leadSource": "Lead Source",
"xdm:extendedContact": {
"xdm:type": "",
"xdm:ownerID": "",
"xdm:isDeleted": false,
"xdm:emailBouncedDate": "2018-12-20T15:52:25+00:00",
"xdm:emailBouncedReason": "Bounced Reason Here",
"xdm:isEmailBounced": true,
"xdm:description": "Contact/Lead description here",
"xdm:status": "Status",
"xdm:timezone": "",
"xdm:jigsaw": "12345"
},
"xdm:identityMap": {
"EMAIL": [
{
"xdm:id": "jane@doe.com"
}
]
},
"xdm:preferences": {
"https://ns.adobe.com/xdm/channels/email": "pending",
"https://ns.adobe.com/xdm/channels/phone": "out",
"https://ns.adobe.com/xdm/channels/sms": "in",
"https://ns.adobe.com/xdm/channels/fax": "not_provided",
"https://ns.adobe.com/xdm/channels/direct-mail": "not_provided",
"https://ns.adobe.com/xdm/channels/apns": "not_provided",
"xdm:globalOptout": false,
"xdm:optOutDetails": {
"xdm:email": {
"xdm:optOutReason": "Reason here",
"xdm:optOutDate": "2018-01-20T15:52:25+00:00"
},
"xdm:phone": {
"xdm:optOutReason": "Reason here",
"xdm:optOutDate": "2018-01-20T15:52:25+00:00"
}
}
}
}| Property | Type | Required | Defined by |
|---|---|---|---|
| xdm:ID | string |
Required | B2B Contact (this schema) |
| xdm:accountID | string |
Required | B2B Contact (this schema) |
| xdm:extendedContact | XDM Contact and Lead common B2B attributes | Optional | B2B Contact (this schema) |
| xdm:leadSource | string |
Optional | B2B Contact (this schema) |
| xdm:preferences | OptInOut | Optional | B2B Contact (this schema) |
* |
any | Additional | this schema allows additional properties |
Unique record id of the contact in the source system.
xdm:ID
- is required
- type:
string - defined in this schema
string
ID of the account that’s the parent of this contact.
xdm:accountID
- is required
- type:
string - defined in this schema
string
Holds additional properties for a person to be recognized as a contact in the business-to-business space.
xdm:extendedContact
- is optional
- type: XDM Contact and Lead common B2B attributes
- defined in this schema
- XDM Contact and Lead common B2B attributes –
https://ns.adobe.com/xdm/common/contact-lead
Field recording what source the lead originated from.
xdm:leadSource
- is optional
- type:
string - defined in this schema
string
Holds opt out values for different channels as selected by the contact.
xdm:preferences
- is optional
- type: OptInOut
- defined in this schema
- OptInOut –
https://ns.adobe.com/xdm/context/optinout