•av.order.order_bundle_admissions
The order_admissions array describes attributes of single admission products on the completed order. Each object in the array describes an admission on the completed order.
Attribute |
Description |
Type |
Full dataLayer Reference |
|
add_charge1 |
An object that describes type 1 additional charges on the admission |
currency |
av.order.order_admissions[index].add_charge1 |
|
add_charge2 |
An object that describes type 2 additional charges on the admission |
currency |
av.order.order_admissions[index].add_charge2 |
|
add_charge3 |
An object that describes type 3 additional charges on the admission |
currency |
av.order.order_admissions[index].add_charge3 |
|
add_charge4 |
An object that describes type 4 additional charges on the admission |
currency |
av.order.order_admissions[index].add_charge4 |
|
add_charge5 |
An object that describes type 5 additional charges on the admission |
currency |
av.order.order_admissions[index].add_charge5 |
|
admission_id |
The unique GUID for the admission on the incomplete order |
string |
av.order.order_admissions[index].admission_id |
|
amount |
An object that describes the admission amount |
currency |
av.order.order_admissions[index].amount |
|
incl_charge1 |
An object that describes type 1 included charges on the admission |
currency |
av.order.order_admissions[index].incl_charge1 |
|
incl_charge2 |
An object that describes type 2 included charges on the admission |
currency |
av.order.order_admissions[index].incl_charge2 |
|
incl_charge3 |
An object that describes type 3 included charges on the admission |
currency |
av.order.order_admissions[index].incl_charge3 |
|
incl_charge4 |
An object that describes type 4 included charges on the admission |
currency |
av.order.order_admissions[index].incl_charge4 |
|
incl_charge5 |
An object that describes type 5 included charges on the admission |
currency |
av.order.order_admissions[index].incl_charge5 |
|
net |
An object that describes the admission net |
currency |
av.order.order_admissions[index].net |
|
event_id |
The GUID of the admission event |
string |
av.order.order_admissions[index].event_id |
|
price_type |
The price type of the admission |
string |
av.order.order_admissions[index].price_type |
|
price_zone |
The price zone of the admission |
string |
av.order.order_admissions[index].price_zone |
|
section |
The section of the admission |
string |
av.order.order_admissions[index].section |
added in 6.8, didn't exist in 6.7.1 |
The order_bundle array describes attributes of bundle products on the competed order. Each object in the array describes a bundle instance (two instances of the same bundle will result in two objects in the array).
Attribute |
Description |
Type |
Full dataLayer Reference |
amount |
An object that describes the bundle instance amount |
currency |
av.order.order_bundle[index].amount |
bundle_id |
The GUID of the bundle |
string |
av.order.order_bundle[index].bundle_id |
net |
An object that describes the bundle net |
currency |
av.order.order_bundle[index].net |
orderbundle_order_id |
The GUID of the bundle instance on the order |
string |
av.order.order_bundle[index].orderbundle_order_id |
total |
An object that describes the bundle total |
currency |
av.order.order_bundle[index].total |
The order_bundle_admissions array describes attributes of admission products contained in bundles on the completed order. Each object in the array describes an admission within the bundle on the completed order.
Attribute |
Description |
Type |
Full dataLayer Reference |
add_charge1 |
An object that describes type 1 additional charges on the admission |
currency |
av.order.order_bundle_admissions[index].add_charge1 |
add_charge2 |
An object that describes type 2 additional charges on the admission |
currency |
av.order.order_bundle_admissions[index].add_charge2 |
add_charge3 |
An object that describes type 3 additional charges on the admission |
currency |
av.order.order_bundle_admissions[index].add_charge3 |
add_charge4 |
An object that describes type 4 additional charges on the admission |
currency |
av.order.order_bundle_admissions[index].add_charge4 |
add_charge5 |
An object that describes type 5 additional charges on the admission |
currency |
av.order.order_bundle_admissions[index].add_charge5 |
admission_id |
The unique GUID for the admission on the incomplete order |
string |
av.order.order_bundle_admissions[index].admission_id |
amount |
An object that describes the admission amount |
currency |
av.order.order_bundle_admissions[index].amount |
bundle_id |
The GUID of the bundle for these admissions |
string |
av.order.order_bundle_admissions[index].bundle_id |
incl_charge1 |
An object that describes type 1 included charges on the admission |
currency |
av.order.order_bundle_admissions[index].incl_charge1 |
incl_charge2 |
An object that describes type 2 included charges on the admission |
currency |
av.order.order_bundle_admissions[index].incl_charge2 |
incl_charge3 |
An object that describes type 3 included charges on the admission |
currency |
av.order.order_bundle_admissions[index].incl_charge3 |
incl_charge4 |
An object that describes type 4 included charges on the admission |
currency |
av.order.order_bundle_admissions[index].incl_charge4 |
incl_charge5 |
An object that describes type 5 included charges on the admission |
currency |
av.order.order_bundle_admissions[index].incl_charge5 |
net |
An object that describes the admission net |
currency |
av.order.order_bundle_admissions[index].net |
event_id |
The GUID of the admission event |
string |
av.order.order_bundle_admissions[index].event_id |
price_type |
The price type of the admission |
string |
av.order.order_bundle_admissions[index].price_type |
price_zone |
The price zone of the admission |
string |
av.order.order_bundle_admissions[index].price_zone |
section |
The section of the admission |
string |
av.order.order_bundle_admissions[index].section |
The order_gifts array describes attributes of gift products on the completed order. Each object in the array describes an instance of the gift product (two instances of the same gift will result in two objects in the array).
Attribute |
Description |
Type |
Full dataLayer Reference |
appeal_id |
The appeal name |
string |
av.order.order_gifts[index].appeal_id |
fund |
The fund name |
string |
av.order.order_gifts[index].fund |
gift_id |
The GUID of the gift |
string |
av.order.order_gifts[index].gift_id |
pledge_amount |
An object describing the pledge amount of the gift |
currency |
av.order.order_gifts[index].pledge_amount |
pledge_paid_amount |
An object describing the pledge paid amount of the gift |
currency |
av.order.order_gifts[index].pledge_paid_amount |
type |
The type of the gift if provided. (New, Lapsed, Renewal) |
string |
av.order.order_gifts[index].type |
The order_misc_items array describes attributes of miscellaneous item products on the completed order. Each object in the array describes an instance of the miscellaneous item (two instances of the same miscellaneous item will result in two objects in the array).
Attribute |
Description |
Type |
Full dataLayer Reference |
add_charge1 |
An object that describes type 1 additional charges on the miscellaneous item |
currency |
av.order.order_misc_items[index].add_charge1 |
add_charge2 |
An object that describes type 2 additional charges on the miscellaneous item |
currency |
av.order.order_misc_items[index].add_charge2 |
add_charge3 |
An object that describes type 3 additional charges on the miscellaneous item |
currency |
av.order.order_misc_items[index].add_charge3 |
add_charge4 |
An object that describes type 4 additional charges on the miscellaneous item |
currency |
av.order.order_misc_items[index].add_charge4 |
add_charge5 |
An object that describes type 5 additional charges on the miscellaneous item |
currency |
av.order.order_misc_items[index].add_charge5 |
amount |
An object that describes the miscellaneous item amount |
currency |
av.order.order_misc_items[index].amount |
comment |
The order miscellaneous item comment |
string |
av.order.order_misc_items[index].comment |
incl_charge1 |
An object that describes type 1 included charges on the miscellaneous item |
currency |
av.order.order_misc_items[index].incl_charge1 |
incl_charge2 |
An object that describes type 2 included charges on the miscellaneous item |
currency |
av.order.order_misc_items[index].incl_charge2 |
incl_charge3 |
An object that describes type 3 included charges on the miscellaneous item |
currency |
av.order.order_misc_items[index].incl_charge3 |
incl_charge4 |
An object that describes type 4 included charges on the miscellaneous item |
currency |
av.order.order_misc_items[index].incl_charge4 |
incl_charge5 |
An object that describes type 5 included charges on the miscellaneous item |
currency |
av.order.order_misc_items[index].incl_charge5 |
item_id |
The GUID of the miscellaneous item |
string |
av.order.order_misc_items[index].item_id |
net |
An object that describes the miscellaneous item net |
currency |
av.order.order_misc_items[index].net |
quantity |
Always 1 |
string |
av.order.order_misc_items[index].quantity |
total |
An object that describes the miscellaneous item total |
string |
av.order.order_misc_items[index].total |
type |
The type of the miscellaneous item |
string |
av.order.order_misc_items[index].type |
option |
The option of the miscellaneous item |
string |
av.order.order_misc_items[index].option |
The order_stored_values array describes attributes of stored value item products on the completed order. Each object in the array describes an instance of the stored value item product (two instances of the same stored value item will result in two objects in the array).
Attribute |
Description |
Type |
Full dataLayer Reference |
amount |
An object describing the amount of the stored value item |
currency |
av.order.order_stored_values[index].amount |
gift_certificate_number |
The gift certificate number when printed - will be null for an incomplete order |
string |
av.order.order_stored_values[index].gift_certificate_number |
stored_value_id |
The GUID of the stored value item |
string |
av.order.order_stored_values[index].stored_value_id |
type |
The type of the stored value item ("Purchase") |
string |
av.order.order_stored_values[index].type |