Constancillaries.initiate.seat_reservation event
ant.search.seats.skip event
checkout.ancillaries.add event Sends both native app ecommerce events and web dataLayer enhanced ecommerce events
Native App Event example
{
name: 'ecom',
payloads: {
action: 'add',
currency: 'EUR',
products: [{ id: 'product_id', name: 'product_type', price: 10.00 }],
total: 0
}
}
checkout.ancillaries.details event Sends both native app ecommerce events and web dataLayer enhanced ecommerce events
Native App Event example
{
name: 'ecom',
payloads: {
action: 'view',
currency: 'EUR',
product: { id: 'product_id', name: 'product_type', price: 10.00 }
}
}
checkout.ancillaries.impression event Sends both native app ecommerce events and web dataLayer enhanced ecommerce events
Native App Event example
{
name: 'ecom',
payloads: {
action: 'impressions',
currency: 'EUR',
products: [{ id: 'product_id', name: 'product_type', price: 10.00 }]
}
}
checkout.ancillaries.remove event Sends both native app ecommerce events and web dataLayer enhanced ecommerce events
Native App Event example
{
name: 'ecom',
payloads: {
action: 'remove',
currency: 'EUR',
products: [{ id: 'product_id', name: 'product_type', price: 10.00 }],
total: 0
}
}
checkout.ancillaries.seat_tile_click event
checkout.ancillaries.seatmap_panel_close event
List of ancillaries events