Property | Data type | Description |
---|---|---|
eVars | Object | An object that captures up to 250 conversion variables (eVars). The properties of this object are keyed eVar1 to eVar250 and only accept strings for their data type. |
hierarchies | Object |
An object that captures up to five custom hierarchy variables (hiers). The properties of this object are keyed
|
listProps | Object |
An object that captures up to 75 list props. The properties of this object are keyed
|
lists | Object | An object that captures up to three lists. The properties of this object are keyed list1 to list3 . Each of these properties contains a single list array of Key Value Pair data types. |
props | Object | An object that captures up to 75 props. The properties of this object are keyed prop1 to prop75 and only accept strings for their data type. |
postalCode | String | A client-supplied zip code or postal code. |
stateProvince | String | A client-supplied state or province location. |
endUser
endUser
captures the web interaction details for the end user that triggered the event.
Property | Data type | Description |
---|---|---|
firstWeb | Web Information | The information related to web page, link, and referrer from the first Experience Event for this end user. |
firstTimestamp | Integer | A Unix timestamp for the first ExperienceEvent for this end user. |
environment
environment
captures information about the browser and operating system that triggered the event.
Property | Data type | Description |
---|---|---|
browserIDStr | String | The Adobe Analytics identifier for the browser used (otherwise known as the browser type dimension). |
operatingSystemIDStr | String | The Adobe Analytics identifier for the operating system used (otherwise known as the operating system type dimension). |
Custom event fields
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
captures information about the session that triggered the event.
Property | Data type | Description |
---|---|---|
search | Search | Captures information related to web or mobile search for the session entry. |
web | Web Information | Captures information on link clicks, web page details, referrer information, and browser details for the session entry. |
depth | Integer | The current session depth (such as the page number) for the end user. |
num | Integer | The current session number for the end user. |
timestamp | Integer | A Unix timestamp for the session entry. |