Skip to content

Latest commit

 

History

History
127 lines (66 loc) · 2.7 KB

experienceevent-upsell-details.schema.md

File metadata and controls

127 lines (66 loc) · 2.7 KB

Upsell Details Schema

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 Stable No Forbidden Permitted fieldgroups/experience-event/industry-verticals/experienceevent-upsell-details.schema.json

Upsell Details Example

{
  "xdm:upsells": {
    "xdm:upsellTransaction": {
      "xdm:transaction": {
        "xdm:transactionID": "T10291832",
        "xdm:transactionDate": "2021-01-0715:52:25+00:00",
        "xdm:transactionType": "transfer"
      }
    }
  }
}

Upsell Details Properties

Property Type Required Defined by
xdm:upsells object Optional Upsell Details (this schema)
* any Additional this schema allows additional properties

xdm:upsells

Upsell information including impressions and transactions associated with upsells.

xdm:upsells

  • is optional
  • type: object
  • defined in this schema

xdm:upsells Type

object with following properties:

Property Type Required
xdm:upsellImpressions array Optional
xdm:upsellSteps Optional
xdm:upsellTransaction Optional

xdm:upsellImpressions

Upsell Impressions

Array of the impressions data type.

xdm:upsellImpressions

  • is optional
  • type: reference
xdm:upsellImpressions Type

Array type: reference

All items must be of the type:

  • https://ns.adobe.com/xdm/datatypes/impressions

xdm:upsellSteps

Upsell Steps

Extension of toolUsage data type.

xdm:upsellSteps

  • is optional
  • type: reference
xdm:upsellSteps Type
  • https://ns.adobe.com/xdm/datatypes/tool-usage

xdm:upsellTransaction

Upsell Transaction

Extension of transaction data type.

xdm:upsellTransaction

  • is optional
  • type: reference
xdm:upsellTransaction Type
  • https://ns.adobe.com/xdm/datatypes/transaction