Adobe Analytics ExperienceEvent Full Extension schema field group
Adobe Analytics ExperienceEvent Full Extension is a standard schema field group for the XDM ExperienceEvent class, which captures common metrics that are collected by Adobe Analytics.
This document describes the structure and use case of the Analytics extension field group.
Field group structure
The field group provides a single _experience
object to a schema, which itself contains a single analytics
object.
customDimensions
endUser
environment
event1to100
event101to200
event201to300
event301to400
event401to500
event501to100
event601to700
event701to800
event801to900
event901to1000
session
customDimensions
custom-dimensions
customDimensions
captures custom dimensions that are tracked by Analytics.
eVars
eVar1
to eVar250
and only accept strings for their data type.hierarchies
An object that captures up to five custom hierarchy variables (hiers). The properties of this object are keyed hier1
to hier5
, which are themselves objects with the following sub-properties:
delimiter
: The original delimiter used to generate the list provided undervalues
.values
: A delimited list of hierarchy level names, represented as a string.
listProps
An object that captures up to 75 list props. The properties of this object are keyed prop1
to prop75
, which are themselves objects with the following sub-properties:
delimiter
: The original delimiter used to generate the list provided undervalues
.values
: A delimited list of values for the prop, represented as a string.
lists
list1
to list3
. Each of these properties contains a single list
array of Key Value Pair data types.props
prop1
to prop75
and only accept strings for their data type.postalCode
stateProvince
endUser
end-user
endUser
captures the web interaction details for the end user that triggered the event.
firstWeb
firstTimestamp
environment
environment
environment
captures information about the browser and operating system that triggered the event.
browserIDStr
operatingSystemIDStr
Custom event fields events
The Analytics extension field group provides ten object fields that capture up to 100 custom event metrics each, for a total of 1000 for the field group.
Each top-level event object contains the individual event objects for its respective range. For example, event101to200
contains the events keyed from event101
to event200
.
Each even object uses the Measure data type, providing a unique identifier and a quantifiable value.
session
session
session
captures information about the session that triggered the event.
web
depth
num
timestamp
Next steps
This document covered the structure and use case for the Analytics extension fieldl group. For more details on the field group itself, refer to the public XDM repository.
If you are using this field group to collect Analytics data using the Adobe Experience Platform Web SDK, see the guide on configuring a datastream to learn how to map data to XDM on the server side.