https://ns.adobe.com/xdm/mixins/experienceevent-offer-impression-details
Offer details such as offer name, clicks, dismissals.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | fieldgroups/experience-event/experienceevent-offer-impression-details.schema.json |
{
"xdm:marketing ": {
"xdm:offerClicks": 1,
"xdm:offerDismissals": 2
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:offers | object |
Optional | Offer Impression Details (this schema) |
* |
any | Additional | this schema allows additional properties |
Offer tracking, including offer impressions and clickthroughs.
xdm:offers
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:ID |
string | Optional |
xdm:clicks |
integer | Optional |
xdm:dismissals |
integer | Optional |
xdm:impressions |
array | Optional |
xdm:offerSteps |
Optional |
Offer Identifier.
xdm:ID
- is optional
- type:
string
string
Counts the number of times an offer has been clicked.
xdm:clicks
- is optional
- type:
integer
integer
Counts the number of times an offer has been dismissed.
xdm:dismissals
- is optional
- type:
integer
integer
An array of advertisements that have been displayed to a customer.
xdm:impressions
- is optional
- type: reference
Array type: reference
All items must be of the type:
Extension of toolUsage data type.
xdm:offerSteps
- is optional
- type: reference