Skip to content

Latest commit

 

History

History
83 lines (51 loc) · 3.05 KB

analytics-experienceevent.schema.md

File metadata and controls

83 lines (51 loc) · 3.05 KB

Adobe Analytics ExperienceEvent Schema

https://ns.adobe.com/xdm/destinations/adobe-analytics

Analytics ExperienceEvent schema used for adobe analytics solution data ingestion. Includes the core/standard ExperienceEvent as well as the required Adobe Analytics ExperienceEvent field groups.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted destinations/solutions/analytics-experienceevent.schema.json

Schema Hierarchy

Adobe Analytics ExperienceEvent Example

{
  "@id": "https://data.adobe.io/experienceid-2345678",
  "xdm:timestamp": "2017-09-26T15:52:25+00:00"
}

Adobe Analytics ExperienceEvent Properties

Property Type Required Default Defined by
xdm:eventMergeId string Optional XDM ExperienceEvent
xdm:producedBy string Optional "self" XDM ExperienceEvent
* any Additional this schema allows additional properties

xdm:eventMergeId

ExperienceEvent merge ID

An ID to correlate or merge multiple Experience events together that are essentially the same event or should be merged. This is intended to be populated by the data producer prior to ingestion.

xdm:eventMergeId

xdm:eventMergeId Type

string

xdm:producedBy

Produced By

Value that describes the producer of the event - suggested values would be 'self', 'system', 'salesRep', etc. Can be used to filter out certain producers if needed.

xdm:producedBy

xdm:producedBy Type

string

xdm:producedBy Known Values

Value Description
self Self
system System
salesRef Sales Representative
customerRep Customer Representative