https://ns.adobe.com/xdm/datatypes/b2b-source
This Data Type is used to capture B2B/CRM Source identifiers.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | datatypes/b2b-source.schema.json |
- B2B Source
https://ns.adobe.com/xdm/datatypes/b2b-source- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"xdm:ID": "1234567",
"xdm:systemID": "S123456"
}| Property | Type | Required | Defined by |
|---|---|---|---|
| xdm:ID | string |
Optional | B2B Source (this schema) |
| xdm:key | string |
Optional | B2B Source (this schema) |
| xdm:systemID | string |
Optional | B2B Source (this schema) |
* |
any | Additional | this schema allows additional properties |
This is the row id for the fragment (of whatever type it is).It could be row id for the contact, account, lead etc.
xdm:ID
- is optional
- type:
string - defined in this schema
string
This is concatination of systemId and id. The concatenated value is created by the connector in the data pipe, so it’s already in the source.
xdm:key
- is optional
- type:
string - defined in this schema
string
This is an identifier for the source system itself and potentially includes the object type.
xdm:systemID
- is optional
- type:
string - defined in this schema
string