Skip to content

Latest commit

 

History

History
90 lines (61 loc) · 3.33 KB

proposition-response-detail.schema.md

File metadata and controls

90 lines (61 loc) · 3.33 KB

Offer Response Detail Schema

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

Schema Hierarchy

  • Offer Response Detail https://ns.adobe.com/experience/offer-management/proposition-response-detail

Offer Response Detail Example

{
  "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"
    }
  }
}

Offer Response Detail Properties

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

xdm:activity

Offer Activity

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

xdm:activity Type

xdm:offer

Offer

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

xdm:offer Type

  • Offer Detailhttps://ns.adobe.com/experience/offer-management/offer-detail