https://ns.adobe.com/experience/offer-management/offer-activity-detail
Offer activity detail is used to capture the attributes of an offer activity in a proposition or response.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | adobe/experience/offer-management/offer-activity-detail.schema.json |
- Offer Activity Detail
https://ns.adobe.com/experience/offer-management/offer-activity-detail
- Decision Activity Details
https://ns.adobe.com/experience/decisioning/activity-detail
- Decision Activity Details
{
"xdm:id": "xcore:offer-activity:f66f792de3c0ba9",
"xdm:name": "Email - Next Best Offer",
"xdm:placement": "xcore:offer-placement:f6524d27c2d6edd",
"xdm:filter": "xcore:offer-filter:f66f792de3c0ba9",
"xdm:fallback": "xcore:fallback-offer:f6529b31b3c0ba6"
}
Property | Type | Required | Defined by |
---|---|---|---|
repo:etag | string |
Optional | Decision Activity Details |
xdm:endTime | string |
Optional | Decision Activity Details |
xdm:fallback | string |
Optional | Decision Activity Details |
xdm:filter | string |
Optional | Offer Activity Detail (this schema) |
xdm:id | string |
Optional | Decision Activity Details |
xdm:name | string |
Optional | Decision Activity Details |
xdm:placement | string |
Optional | Offer Activity Detail (this schema) |
xdm:startTime | string |
Optional | Decision Activity Details |
* |
any | Additional | this schema allows additional properties |
The revision that the decision activity object was at when the snapshot was taken.
repo:etag
- is optional
- type:
string
- defined in Decision Activity Details
string
Activity end date and end time. Property has the semantic of schema.org's 'endTime' property defined on http://schema.org/Action
xdm:endTime
- is optional
- type:
string
- defined in Decision Activity Details
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
The reference to a fallback option that is used when decisioning in the context of this activity does not qualify any of the regular options (this typically happens when hard constraints are applied). The value is the URI (@id) of the fallback option that is referenced.
xdm:fallback
- is optional
- type:
string
- defined in Decision Activity Details
string
- format:
uri-reference
– URI Reference (according to RFC3986)
The reference to a filter that is applied to the inventory when a decisioning is made the context of this activity. The value is the URI (@id) of the offer filter that is referenced. See schema https://ns.adobe.com/experience/offer-management/offer-filter
xdm:filter
- is optional
- type:
string
- defined in this schema
string
- format:
uri-reference
– URI Reference (according to RFC3986)
A unique, immutable identifier for the decision activity.
xdm:id
- is optional
- type:
string
- defined in Decision Activity Details
string
- format:
uri-reference
– URI Reference (according to RFC3986)
Activity name. The name is displayed in various user interfaces.
xdm:name
- is optional
- type:
string
- defined in Decision Activity Details
string
The reference to an offer placement instance. Offer placements are used by offer activities to limit the offer selection to those offers that have a representation that complies with the offer placement restrictions. The value is the URI (@id) of the offer placement that is referenced. See schema https://ns.adobe.com/experience/offer-management/offer-placement
xdm:placement
- is optional
- type:
string
- defined in this schema
string
- format:
uri-reference
– URI Reference (according to RFC3986)
Activity start date and end time. Property has the semantic of schema.org's 'startTime' property defined on http://schema.org/Action
xdm:startTime
- is optional
- type:
string
- defined in Decision Activity Details
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)