Skip to content

Latest commit

 

History

History
164 lines (90 loc) · 5.9 KB

activityevent.schema.md

File metadata and controls

164 lines (90 loc) · 5.9 KB

Adobe Target Activity Event Schema

https://ns.adobe.com/experience/target/activity/activityevent

Represents executed Adobe Target activity and activity events.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted adobe/experience/target/activity/activityevent.schema.json

Schema Hierarchy

  • Adobe Target Activity Event https://ns.adobe.com/experience/target/activity/activityevent
    • Event Context https://ns.adobe.com/experience/target/activity/activityevent/context
    • Measure https://ns.adobe.com/xdm/data/measure
    • Event Scope https://ns.adobe.com/experience/target/activity/activityevent/eventscope

Adobe Target Activity Event Properties

Property Type Required Defined by
https://ns.adobe.com/experience/target/activity/activityevent/context Event Context Optional Adobe Target Activity Event (this schema)
xdm:eventScope enum Optional Adobe Target Activity Event (this schema)
xdm:optionEvents Activity Option Event Optional Adobe Target Activity Event (this schema)
xdm:score Measure Optional Adobe Target Activity Event (this schema)
xdm:segmentEvents Activity Segment Event Optional Adobe Target Activity Event (this schema)
xdm:strategy enum Optional Adobe Target Activity Event (this schema)
* any Additional this schema allows additional properties

https://ns.adobe.com/experience/target/activity/activityevent/context

  • is optional
  • type: Event Context
  • defined in this schema
  • Event Contexthttps://ns.adobe.com/experience/target/activity/activityevent/context

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.

xdm:optionEvents

xdm:optionEvents

  • is optional

  • type: Activity Option Event

  • defined in this schema

xdm:optionEvents Type

Array type: Activity Option Event

All items must be of the type:

xdm:score

Engagement Metric Score

The capture score engagement metric calculates an aggregated score based on the value assigned to pages visited on the site, from the point the visitor first sees the campaign's first display mbox.

xdm:score

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

xdm:score Type

  • Measurehttps://ns.adobe.com/xdm/data/measure

xdm:segmentEvents

xdm:segmentEvents

  • is optional

  • type: Activity Segment Event

  • defined in this schema

xdm:segmentEvents Type

Array type: Activity Segment Event

All items must be of the type:

xdm:strategy

Activity Event Strategy

Custom behavior strategy for both content viewing and counting when visiting a success metric.

xdm:strategy

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

The value of this property must be equal to one of the known values below.

xdm:strategy Known Values

Value Description
none Continue to display content from the same experience. Never count the visitor more than once.
reconvert Continue to display content from the same experience. Count the visitor again if they visit any other mbox before visiting this success metric again.
alwaysConvert Continue to display content from the same experience. Count the visitor again every time they visit this success metric
restartSameExperience Continue to display content from the same experience. Count the visitor again if they re-fulfill the campaign entry conditions.
restartRandomExperience Run experience selection again to determine the content to display. Count the visitor again if they re-fulfill the campaign entry conditions.
restartNewExperience Run experience selection again to determine the content to display, but exclude any experiences the visitor has already seen. Count the visitor again if they re-fulfill the campaign entry conditions.
excludeSameExperience Continue to display content from the same experience. Never count the visitor more than once.
ban Ban user from campaign.
excludeDefaultContent Display default content. Never count the visitor again.
experienceFrequencyCapping Cap experience by frequency.