Skip to content

Latest commit

 

History

History
302 lines (163 loc) · 6.04 KB

destination.schema.md

File metadata and controls

302 lines (163 loc) · 6.04 KB

Destinations Schema

https://ns.adobe.com/xdm/context/destination

Destinations Schema.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted destinations/destination.schema.json

Schema Hierarchy

Destinations Example

{
  "xdm:destinationID": "b297ed27-607e-4715-97ed-27607e171589",
  "xdm:destinationName": "LMA_Destination1",
  "xdm:destinationPlatform": "LinkedIn Matched Audience",
  "xdm:createTime": "2019-01-01T15:52:25+00:00",
  "xdm:createdByID": "mprabhbak",
  "xdm:destinationDescription": "LinkedIn Matched Audience connection",
  "xdm:destinationStatus": "enabled",
  "xdm:version": "1.2",
  "xdm:connectionSpecID": "31ef37d8-3901-4dd5-a46d-7c11c20b11ea",
  "xdm:destinationCategory": "social",
  "xdm:destinationFrequency": "Streaming"
}

Destinations Properties

Property Type Required Defined by
@id string Optional Record Schema
xdm:connectionSpecID string Optional Destinations (this schema)
xdm:createTime string Optional Destinations (this schema)
xdm:createdByID string Optional Destinations (this schema)
xdm:destinationCategory string Optional Destinations (this schema)
xdm:destinationDescription string Optional Destinations (this schema)
xdm:destinationFrequency enum Optional Destinations (this schema)
xdm:destinationID string Optional Destinations (this schema)
xdm:destinationName string Optional Destinations (this schema)
xdm:destinationPlatform string Optional Destinations (this schema)
xdm:destinationStatus string Optional Destinations (this schema)
xdm:version string Optional Destinations (this schema)
* any Additional this schema allows additional properties

@id

Identifier

A unique identifier for the record.

@id

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)

xdm:connectionSpecID

Connection Spec ID

Unique identifier to connect and deliver segments to the destination

xdm:connectionSpecID

  • is optional
  • type: string
  • defined in this schema

xdm:connectionSpecID Type

string

xdm:createTime

Create Time

The date and UTC time when the activation flow to the destination was createdByID

xdm:createTime

  • is optional
  • type: string
  • defined in this schema

xdm:createTime Type

string

xdm:createdByID

Created User ID

ID of user who created the destination flow

xdm:createdByID

  • is optional
  • type: string
  • defined in this schema

xdm:createdByID Type

string

xdm:destinationCategory

Destination Category

Grouping of the destinations in the catalog depending on the marketing action that they help achieve

xdm:destinationCategory

  • is optional
  • type: string
  • defined in this schema

xdm:destinationCategory Type

string

xdm:destinationDescription

Destination Description

Destination flow description

xdm:destinationDescription

  • is optional
  • type: string
  • defined in this schema

xdm:destinationDescription Type

string

xdm:destinationFrequency

Destination Frequency

Indicates how often the audiences are sent to the destination

xdm:destinationFrequency

  • is optional
  • type: enum
  • defined in this schema

The value of this property must be equal to one of the known values below.

xdm:destinationFrequency Known Values

Value Description
Batch Batch
Streaming Streaming

xdm:destinationID

Destination ID

Unique Identifier for a destination instance

xdm:destinationID

  • is optional
  • type: string
  • defined in this schema

xdm:destinationID Type

string

xdm:destinationName

Destination Name

Destination flow name

xdm:destinationName

  • is optional
  • type: string
  • defined in this schema

xdm:destinationName Type

string

xdm:destinationPlatform

Destination Platform

The destination platform selected for activation flow.

xdm:destinationPlatform

  • is optional
  • type: string
  • defined in this schema

xdm:destinationPlatform Type

string

xdm:destinationStatus

Destination Status

Status of destination flow

xdm:destinationStatus

  • is optional
  • type: string
  • defined in this schema

xdm:destinationStatus Type

string

xdm:destinationStatus Known Values

Value Description
enabled Enabled and ready to use
disabled Disabled and cannot be used

xdm:version

Version

Destination flow version

xdm:version

  • is optional
  • type: string
  • defined in this schema

xdm:version Type

string