This document describes the
av.session dataLayer object.
av.session describes attributes of the AudienceView session object. av.session persists throughout the user's browser session.
av.session consists of:
- Attributes of the Audienceview session
Top Level Attributes
language
|
The session language e.g "EN"
|
string
|
av.session.language
|
promo_codes
|
An array of the promotions either entered into the session by the user or triggered by a benefit.
Each promotion in the array is a string containing the promotion name
|
Array
|
av.session.promo_codes
|
referrer
|
The value contained in the referrer passed in through the URL - i.e. SessionSecurity::referrer=[referrer]
|
string
|
av.session.referrer
|
role
|
The current role name of the session
|
string
|
av.session.role
|