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 |
- Adobe Analytics ExperienceEvent
https://ns.adobe.com/xdm/destinations/adobe-analytics
- XDM ExperienceEvent
https://ns.adobe.com/xdm/context/experienceevent
- Adobe Analytics ExperienceEvent Template
https://ns.adobe.com/experience/analytics-experienceevent
- XDM ExperienceEvent
{
"@id": "https://data.adobe.io/experienceid-2345678",
"xdm:timestamp": "2017-09-26T15:52:25+00:00"
}
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 |
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
- is optional
- type:
string
- defined in XDM ExperienceEvent
string
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
- is optional
- type:
string
- default:
"self"
- defined in XDM ExperienceEvent
string
Value | Description |
---|---|
self |
Self |
system |
System |
salesRef |
Sales Representative |
customerRep |
Customer Representative |