Skip to content

Latest commit

 

History

History
232 lines (124 loc) · 5.03 KB

destination-segment.schema.md

File metadata and controls

232 lines (124 loc) · 5.03 KB

Destinations Segment Mapping Schema

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

Destinations Segment Mapping Schema.

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

Schema Hierarchy

  • Destinations Segment Mapping https://ns.adobe.com/xdm/context/destination-segment

Destinations Segment Mapping Example

{
  "xdm:destinationID": "b297ed27-607e-4715-97ed-27607e171589",
  "xdm:segmentID": "0b12f30c-2260-442e-9120-2b12e96c0c40",
  "xdm:segmentNamespace": "aepsegments",
  "xdm:createTime": "2019-01-01T15:52:25+00:00",
  "xdm:createdByID": "mprabhak",
  "xdm:updateTime": "2019-01-02T15:52:25+00:00",
  "xdm:startDate": "2022-02-03",
  "xdm:endDate": "2022-02-06"
}

Destinations Segment Mapping Properties

Property Type Required Defined by
@id string Optional Record Schema
xdm:createTime string Optional Destinations Segment Mapping (this schema)
xdm:createdByID string Optional Destinations Segment Mapping (this schema)
xdm:destinationID string Optional Destinations Segment Mapping (this schema)
xdm:endDate string Optional Destinations Segment Mapping (this schema)
xdm:segmentID string Optional Destinations Segment Mapping (this schema)
xdm:segmentNamespace string Optional Destinations Segment Mapping (this schema)
xdm:startDate string Optional Destinations Segment Mapping (this schema)
xdm:updateTime string Optional Destinations Segment Mapping (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:createTime

Create Time

The date and UTC time when the activation flow to the destination-segment mapping 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:destinationID

Destination ID

Unique Identifier for a destination instance

xdm:destinationID

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

xdm:destinationID Type

string

xdm:endDate

End Date

The date when the activation flow will stop activating the segment to the destination

xdm:endDate

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

xdm:endDate Type

string

xdm:segmentID

Segment ID

Identity of the segment in the related namespace

xdm:segmentID

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

xdm:segmentID Type

string

xdm:segmentNamespace

Segment Namespace

Namespace to which the segment belongs

xdm:segmentNamespace

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

xdm:segmentNamespace Type

string

xdm:startDate

Start Date

The date when the activation flow will start activating the segment to the destination

xdm:startDate

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

xdm:startDate Type

string

xdm:updateTime

Update Time

The date and UTC time when the activation flow to the destination-segment mapping was updated

xdm:updateTime

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

xdm:updateTime Type

string