https://ns.adobe.com/xdm/mixins/industry-verticals/experienceevent-upsell-details
Upsell details such as offer name, type, and ID, as well as transaction details such as type and amount.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | mixins/experience-event/industry-verticals/experienceevent-upsell-details.schema.json |
{
"xdm:upsell": {
"xdm:upsellOffer": {
"xdm:Offer Details": {}
},
"xdm:upsellTransaction": {
"xdm:transaction": {
"xdm:transactionID": "T10291832",
"xdm:transactionDate": "2021-01-0715:52:25+00:00",
"xdm:transactionType": "transfer"
}
}
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:upsell | object |
Optional | Upsell Details (this schema) |
* |
any | Additional | this schema allows additional properties |
xdm:upsell
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:upsellOffer |
Optional | |
xdm:upsellSteps |
Optional | |
xdm:upsellTransaction |
Optional |
Extension of offer details data type.
xdm:upsellOffer
- is optional
- type: reference
Extension of toolUsage data type.
xdm:upsellSteps
- is optional
- type: reference
Extension of transaction data type.
xdm:upsellTransaction
- is optional
- type: reference