https://ns.adobe.com/experience/offer-management/offer-detail
Offer detail is used to capture the attributes of an offer in a proposition or response. Offers are the decision options in the offer management domain and the offer detail datatype extends the option detail datatype.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | adobe/experience/offer-management/offer-detail.schema.json |
- Offer Detail
https://ns.adobe.com/experience/offer-management/offer-detail
- Decision Option Details
https://ns.adobe.com/experience/decisioning/option-detail
- Decision Option Details
{
"xdm:id": "xcore:personalized-offer:f67bab756ed6ee4",
"xdm:name": "Beach Vacations",
"xdm:tags": [
"xcore:tag:f68535bc217322e",
"xcore:tag:f66f67dbe6d6ee1"
],
"xdm:characteristics": {
"cost": "$2400",
"inventoryId": "BORA04",
"country": "French Polynesia"
}
}
Property | Type | Required | Defined by |
---|---|---|---|
https://ns.adobe.com/experience/decisioning/propositionsProfile | Measure | Optional | Decision Option Details |
https://ns.adobe.com/experience/decisioning/propositionsTotal | Measure | Optional | Decision Option Details |
repo:etag | string |
Optional | Decision Option Details |
xdm:characteristics | object |
Optional | Decision Option Details |
xdm:id | string |
Optional | Decision Option Details |
xdm:name | string |
Optional | Decision Option Details |
xdm:optionContent | Content Component Details | Optional | Decision Option Details |
xdm:score | number |
Optional | Decision Option Details |
xdm:tags | string[] |
Optional | Decision Option Details |
* |
any | Additional | this schema allows additional properties |
The number of times a particular option was proposed so far to a particular profile. When this metric is present the record or time-series entity must include an IdentityMap the profile.
https://ns.adobe.com/experience/decisioning/propositionsProfile
- is optional
- type: Measure
- defined in Decision Option Details
- Measure –
https://ns.adobe.com/xdm/data/measure
The total number a particular option was proposed so far across all profiles.
https://ns.adobe.com/experience/decisioning/propositionsTotal
- is optional
- type: Measure
- defined in Decision Option Details
- Measure –
https://ns.adobe.com/xdm/data/measure
The revision that the decision option object was at when the snapshot was taken.
repo:etag
- is optional
- type:
string
- defined in Decision Option Details
string
Additional properties or attributes belonging to this particular decision option. Different instances can have different characteristics (keys in the map). The characteristics are name value pairs used to distinguish one decision option from others. Characteristics are used as values in content that represents this decision option and as features to analyze and optimize the performance of an option. When every instance has the same attribute or property, that aspect should be modeled as an extension schema that derives from decision option detail.
xdm:characteristics
- is optional
- type:
object
- defined in Decision Option Details
object
with following properties:
Property | Type | Required |
---|
A unique identifier for the decision option.
xdm:id
- is optional
- type:
string
- defined in Decision Option Details
string
- format:
uri-reference
– URI Reference (according to RFC3986)
Option name. The name is displayed in various user interfaces.
xdm:name
- is optional
- type:
string
- defined in Decision Option Details
string
Additional properties or attributes related to offer content
xdm:optionContent
- is optional
- type: Content Component Details
- defined in Decision Option Details
- Content Component Details –
https://ns.adobe.com/experience/decisioning/content-component-details
Calcuated value for that option in the context of a single scope. The value is only available if a score was calculated.
xdm:score
- is optional
- type:
number
- defined in Decision Option Details
number
- minimum value:
0
The set of tags associated with this option. The tags are used indicate catetoegies (dimensions) that the option belonged to at the time the proposition was made.
xdm:tags
-
is optional
-
type:
string[]
-
defined in Decision Option Details
Array type: string[]
All items must be of the type:
string
- format:
uri-reference
– URI Reference (according to RFC3986)
An identifier of a Tag object. The value is the @id of the Tag that is referenced. See Tag schema https://ns.adobe.com/experience/decisioning/tag