The av.cart.events array is a dictionary object that provides additional information for an admission from either the order_admissions object or the order_bundle_admissions_object. The array will contain one object per distinct event on the order.
A lookup function (getEvent) is provided for the purposes of looking up the dictionary object details via the GUID of the event.
Attribute |
Description |
Type |
Full dataLayer Reference |
Notes |
association |
The event association |
string |
av.cart.events[index].association |
added in 6.8, didn't exist in 6.7.1 |
description |
The event description |
string |
av.cart.events[index].description |
|
name |
The event name/code |
string |
av.cart.events[index].name |
|
event_id |
The event GUID |
string |
av.cart.events[index].event_id |
|
series_name |
The series name of the event |
string |
av.cart.events[index].series_name |
|
short_description |
The short description of the event |
string |
av.cart.events[index].short_description |
|
start_date |
The start date for the event |
string |
av.cart.events[index].start_date |
|
venue_group |
The venue group of the event |
string |
av.cart.events[index].venue_group |
|
venue_name |
The venue name of the event |
string |
av.cart.events[index].venue_name |
|
The av.cart.bundles array is a dictionary object that provides additional information for a bundle from from the order_bundles object. The array will contain one object per distinct bundle on the order.
A lookup function (getBundle) is provided for the purposes of looking up the dictionary object details via the GUID of the bundle.
Attribute |
Description |
Type |
Full dataLayer Reference |
association |
The bundle association |
string |
av.cart.bundles[index].association |
description |
The bundle description |
string |
av.cart.bundles[index].description |
name |
The bundle name |
string |
av.cart.bundles[index].name |
bundle_id |
The bundle GUID |
string |
av.cart.bundles[index].bundle_id |
short_description |
The short description of the event |
string |
av.cart.bundles[index].short_description |
The av.cart.stored_values array is a dictionary object that provides additional information for a stored value item from from the order_stored_values object. The array will contain one object per distinct stored value item on the order.
A lookup function (getStoredValue) is provided for the purposes of looking up the dictionary object details via the GUID of the stored value item.
Attribute |
Description |
Type |
Full dataLayer Reference |
association |
The stored value item association |
string |
av.cart.stored_values[index].association |
category |
The stored value item category |
string |
av.cart.stored_values[index].category |
description |
The stored value item description |
string |
av.cart.stored_values[index].description |
name |
The stored value item name |
string |
av.cart.stored_values[index].name |
short_description |
The stored value item short description |
string |
av.cart.stored_values[index].short_description |
stored_value_id |
The GUID of the stored value item |
string |
av.cart.stored_values[index].stored_value_id |
type |
The type of the stored value item ("Purchase") |
string |
av.cart.stored_values[index].type |
The av.cart.misc_items array is a dictionary object that provides additional information for a miscellaneous item from from the order_misc_items object. The array will contain one object per distinct miscellaneous item on the order.
A lookup function (getMiscItem) is provided for the purposes of looking up the dictionary object details via the GUID of the miscellaneous item.
Attribute |
Description |
Type |
Full dataLayer Reference |
association |
The miscellaneous item association |
string |
av.cart.misc_items[index].association |
category |
The miscellaneous item category |
string |
av.cart.misc_items[index].category |
description |
The miscellaneous item description |
string |
av.cart.misc_items[index].description |
miscellaneous_item_id |
The miscellaneous item GUID |
string |
av.cart.misc_items[index].miscellaneous_item_id |
name |
The miscellaneous item name |
string |
av.cart.misc_items[index].name |
short_description |
The miscellaneous item short description |
string |
av.cart.misc_items[index].short_description |
type |
The type of the miscellaneous item |
string |
av.cart.misc_items[index].type |
The av.order.gifts array is a dictionary object that provides additional information for a gift from from the order_gifts object. The array will contain one object per distinct gift on the order.
A lookup function (getGift) is provided for the purposes of looking up the dictionary object details via the GUID of the gift.
Attribute |
Description |
Type |
Full dataLayer Reference |
category |
The gift category |
string |
av.order.gifts[index].category |
name |
The gift name |
string |
av.order.gifts[index].name |
gift_id |
The gift GUID |
string |
av.order.gifts[index].gift_id |
description |
The gift description |
string |
av.order.gifts[index].description |
short_description |
The gift short description |
string |
av.order.gifts[index].short_description |