Skip to content

Latest commit

 

History

History
204 lines (97 loc) · 4.57 KB

optionevent.schema.md

File metadata and controls

204 lines (97 loc) · 4.57 KB

Activity Option Event Schema

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

Schema Hierarchy

  • Activity Option Event https://ns.adobe.com/experience/target/activity/activityevent/optionevent
    • Event Scope https://ns.adobe.com/experience/target/activity/activityevent/eventscope

Activity Option Event Properties

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

Activity Location

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

xdm:locationID

Location Identifier

The local location identifier.

xdm:locationID

  • is required
  • type: string
xdm:locationID Type

string

xdm:selector

Selector

A CSS selector in a html page.

xdm:selector

  • is optional
  • type: string
xdm:selector Type

string

Activity Option

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

xdm:offerID

Offer Identifier

An offer is the content displayed on your web pages during campaigns or activities.

xdm:offerID

  • is optional
  • type: string
xdm:offerID Type

string

xdm:optionID

Option Identifier

Unique activity option identifier.

xdm:optionID

  • is required
  • type: string
xdm:optionID Type

string

xdm:version

Offer Version

Version of the offer that was displayed.

xdm:version

  • is optional
  • type: string
xdm:version Type

string

xdm:eventScope

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.

xdm:eventScope Known Values

Value Description
visitor Activity got a new visitor.
visit Activity got a new visit.
impression Activity got a new impression.