https://ns.adobe.com/xdm/classes/promotion
For promition information such as details, and start and end date.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | classes/promotion.schema.json |
- Promotion
https://ns.adobe.com/xdm/classes/promotion
- Record Schema
https://ns.adobe.com/xdm/data/record
- Record Schema
{
"xdm:endDate": "2021-09-22T15:52:25+00:00",
"xdm:promoCreative": "none",
"xdm:promotionDetails": "10 Percent Off Campaign for Affiliate Referrers",
"xdm:ID": "10OFF_FALL2021",
"xdm:promoName": "10 Percent Off",
"xdm:promoPosition": "top",
"xdm:startDate": "2021-09-01T15:52:25+00:00"
}
Property | Type | Required | Defined by |
---|---|---|---|
@id | string |
Optional | Record Schema |
xdm:ID | string |
Optional | Promotion (this schema) |
xdm:endDate | string |
Optional | Promotion (this schema) |
xdm:promoCreative | string |
Optional | Promotion (this schema) |
xdm:promoName | string |
Optional | Promotion (this schema) |
xdm:promoPosition | string |
Optional | Promotion (this schema) |
xdm:promotionDetails | string |
Optional | Promotion (this schema) |
xdm:startDate | string |
Optional | Promotion (this schema) |
* |
any | Additional | this schema allows additional properties |
A unique identifier for the record.
@id
- is optional
- type:
string
- defined in Record Schema
string
- format:
uri-reference
– URI Reference (according to RFC3986)
The ID associated with the promotion.
xdm:ID
- is optional
- type:
string
- defined in this schema
string
Date on which the promotion ceases to be valid.
xdm:endDate
- is optional
- type:
string
- defined in this schema
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
The text or creative variation associated with the promotion.
xdm:promoCreative
- is optional
- type:
string
- defined in this schema
string
Promotion name
xdm:promoName
- is optional
- type:
string
- defined in this schema
string
Promotion position on site.
xdm:promoPosition
- is optional
- type:
string
- defined in this schema
string
Details of the promotion such as percentage off, or other restrictions.
xdm:promotionDetails
- is optional
- type:
string
- defined in this schema
string
Date on which the promotion is valid.
xdm:startDate
- is optional
- type:
string
- defined in this schema
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)