https://ns.adobe.com/experience/offer-management/proposition-response-detail
A proposition response detail is used to capture the Response to an offer proposition. Proposition responses are enriched with the properties of the activity and offer at the time the decision was made.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | adobe/experience/offer-management/proposition-response-detail.schema.json |
- Offer Response Detail
https://ns.adobe.com/experience/offer-management/proposition-response-detail
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Offer Activity Detail
https://ns.adobe.com/experience/offer-management/offer-activity-detail
- Offer Detail
https://ns.adobe.com/experience/offer-management/offer-detail
- Extensibility base schema
{
"xdm:activity": {
"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:offer": {
"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 |
---|---|---|---|
xdm:activity | Offer Activity Detail | Optional | Offer Response Detail (this schema) |
xdm:offer | Offer Detail | Optional | Offer Response Detail (this schema) |
* |
any | Additional | this schema allows additional properties |
Snapshot of the activity for which the proposition was made. The object contains at least the xdm:id property value which is the identifier of the decision activity.
xdm:activity
- is optional
- type: Offer Activity Detail
- defined in this schema
- Offer Activity Detail –
https://ns.adobe.com/experience/offer-management/offer-activity-detail
Snapshot of the offer that the recipient responded to. The object contains a at least the xdm:id property value which is the identifier of an offer.
xdm:offer
- is optional
- type: Offer Detail
- defined in this schema
- Offer Detail –
https://ns.adobe.com/experience/offer-management/offer-detail