Skip to content

Latest commit

 

History

History
94 lines (52 loc) · 2.12 KB

File metadata and controls

94 lines (52 loc) · 2.12 KB

B2B Source Schema

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

Schema Hierarchy

  • B2B Source https://ns.adobe.com/xdm/datatypes/b2b-source

B2B Source Example

{
  "xdm:ID": "1234567",
  "xdm:systemID": "S123456"
}

B2B Source Properties

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

xdm:ID

ID

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

xdm:ID Type

string

xdm:key

System Key

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

xdm:key Type

string

xdm:systemID

System ID

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

xdm:systemID Type

string