https://ns.adobe.com/xdm/common/b2b-lead
This Data Type is used to capture B2B Lead specific attributes.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Deprecated | No | Forbidden | Permitted | datatypes/b2b-lead.schema.json |
- B2B Lead
https://ns.adobe.com/xdm/common/b2b-lead- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible - Organization
https://ns.adobe.com/xdm/common/organization - OptInOut
https://ns.adobe.com/xdm/context/optinout - XDM Contact and Lead common B2B attributes
https://ns.adobe.com/xdm/common/contact-lead
- Extensibility base schema
{
"xdm:ID": "",
"xdm:isConverted": true,
"xdm:convertedAccountID": "",
"xdm:convertedContactID": "",
"xdm:convertedDate": "2018-12-20T15:52:25+00:00",
"xdm:convertedOpportunityID": "",
"xdm:jigsawContactID": "",
"xdm:lastTransferDate": "2018-12-20T15:52:25+00:00",
"xdm:source": "",
"xdm:isUnReadByOwner": false,
"xdm:extendedLead": {
"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 description here",
"xdm:status": "Contacted",
"xdm:timezone": ""
},
"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"
}
}
},
"xdm:organization": {
"xdm:legalName": "ABC Stores",
"xdm:numberOfEmployees": 200,
"xdm:annualRevenue": 1000000,
"xdm:industry": "Retail",
"xdm:website": "http://www.abcstores.com"
}
}| Property | Type | Required | Defined by |
|---|---|---|---|
| xdm:ID | string |
Required | B2B Lead (this schema) |
| xdm:convertedAccountID | string |
Optional | B2B Lead (this schema) |
| xdm:convertedContactID | string |
Optional | B2B Lead (this schema) |
| xdm:convertedDate | string |
Optional | B2B Lead (this schema) |
| xdm:convertedOpportunityID | string |
Optional | B2B Lead (this schema) |
| xdm:extendedLead | XDM Contact and Lead common B2B attributes | Optional | B2B Lead (this schema) |
| xdm:isConverted | boolean |
Optional | B2B Lead (this schema) |
| xdm:isUnReadByOwner | boolean |
Optional | B2B Lead (this schema) |
| xdm:jigsawContactID | string |
Optional | B2B Lead (this schema) |
| xdm:lastTransferDate | string |
Optional | B2B Lead (this schema) |
| xdm:organization | Organization | Optional | B2B Lead (this schema) |
| xdm:preferences | OptInOut | Optional | B2B Lead (this schema) |
| xdm:source | string |
Optional | B2B Lead (this schema) |
* |
any | Additional | this schema allows additional properties |
Lead id.
xdm:ID
- is required
- type:
string - defined in this schema
string
Account Id if the lead was successfully converted.
xdm:convertedAccountID
- is optional
- type:
string - defined in this schema
string
Contact Id if the lead was successfully converted.
xdm:convertedContactID
- is optional
- type:
string - defined in this schema
string
Date of conversion if the lead was successfully converted.
xdm:convertedDate
- is optional
- type:
string - defined in this schema
string
- format:
date-time– date and time (according to RFC 3339, section 5.6)
Opportunity Id if the lead was successfully converted.
xdm:convertedOpportunityID
- is optional
- type:
string - defined in this schema
string
Holds additional properties for a person to be recognized as a lead in the business-to-business space.
xdm:extendedLead
- 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
Indicates whether the Lead was successfully converted or not.
xdm:isConverted
- is optional
- type:
boolean - defined in this schema
boolean
Un Read by owner indicator.
xdm:isUnReadByOwner
- is optional
- type:
boolean - defined in this schema
boolean
Lead’s Data.com ID if available.
xdm:jigsawContactID
- is optional
- type:
string - defined in this schema
string
Last transfer date.
xdm:lastTransferDate
- is optional
- type:
string - defined in this schema
string
- format:
date-time– date and time (according to RFC 3339, section 5.6)
Organization attributes if the lead is an organization.
xdm:organization
- is optional
- type: Organization
- defined in this schema
- Organization –
https://ns.adobe.com/xdm/common/organization
Holds opt out values for different channels as selected by the lead.
xdm:preferences
- is optional
- type: OptInOut
- defined in this schema
- OptInOut –
https://ns.adobe.com/xdm/context/optinout
Field recording what source the lead originated from.
xdm:source
- is optional
- type:
string - defined in this schema
string