https://ns.adobe.com/experience/target/activity/activityevent/optionevent
Represents the option and its that was displayed during the activity processing.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | adobe/experience/target/activity/activityevent/optionevent.schema.json |
- Activity Option Event
https://ns.adobe.com/experience/target/activity/activityevent/optionevent
- Event Scope
https://ns.adobe.com/experience/target/activity/activityevent/eventscope
- Event Scope
Property | Type | Required | Defined by |
---|---|---|---|
https://ns.adobe.com/experience/target/activity/activityevent/optionevent/activityLocation | object |
Optional | Activity Option Event (this schema) |
https://ns.adobe.com/experience/target/activity/activityevent/optionevent/targetOption | object |
Optional | Activity Option Event (this schema) |
xdm:eventScope | enum |
Optional | Activity Option Event (this schema) |
* |
any | Additional | this schema allows additional properties |
A location is a page on your website. It could also refer to a place in a mobile app, an email, or any other place where you run an optimization.
https://ns.adobe.com/experience/target/activity/activityevent/optionevent/activityLocation
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:locationID |
string | Required |
xdm:selector |
string | Optional |
The local location identifier.
xdm:locationID
- is required
- type:
string
string
A CSS selector in a html page.
xdm:selector
- is optional
- type:
string
string
An option is the displayed content on your web pages during activities.
https://ns.adobe.com/experience/target/activity/activityevent/optionevent/targetOption
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:offerID |
string | Optional |
xdm:optionID |
string | Required |
xdm:version |
string | Optional |
An offer is the content displayed on your web pages during campaigns or activities.
xdm:offerID
- is optional
- type:
string
string
Unique activity option identifier.
xdm:optionID
- is required
- type:
string
string
Version of the offer that was displayed.
xdm:version
- is optional
- type:
string
string
xdm:eventScope
- is optional
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
visitor |
Activity got a new visitor. |
visit |
Activity got a new visit. |
impression |
Activity got a new impression. |