You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 9 Next »
page
step
stepId
stepName
ecommerce.checkout
ecommerce.purchase
ecommerce.impressions
ecommerce.detail
value
currency
transaction_id
ecommerce.checkout, ecommerce.purchase
Betrifft vom User gesteuerte und Automatische Steps Wechsel
vioma IBE: Calendar
vioma IBE: Roomtypes
vioma IBE: Programs
vioma IBE: Insurance
vioma IBE: Personal Data
vioma IBE: Summary
vioma IBE: Finish Booking
vioma IBE: Finish Request
vioma IBE: Gutschein
vioma IBE: Finish Voucher
Beinhaltet alle bis jetzt ausgewählten Produkte inproductsund den Step inactionField, z.B.
products
actionField
ecommerce: { checkout: { actionField: { step: 4, option: 'Personal Data', action: 'checkout' }, products: [ { id: 'hrt_1234', name: 'hrt_1234', category: 'hrt', variant: 'hpt_123', price: '200' quantity: 1 }, { id: 'hp_1234', name: 'hp_1234', category: 'hp', variant: '', price: '50' quantity: 1 } ] }, currency: 'EUR' }
ecommerce.purchaseBeispiel:
// Für Buchungen ecommerce: { purchase: { actionField: { id: 'cst_booking_id:123', affiliation: 'vioma IBE Book', revenue: '250', action: 'purchase' }, products: [ { id: 'hrt_1234', name: 'hrt_1234', category: 'hrt', variant: 'hpt_123', price: '200' quantity: 1 }, { id: 'hp_1234', name: 'hp_1234', category: 'hp', variant: '', price: '50' quantity: 1 } ] }, currency: 'EUR' } // Für Gutscheine ecommerce: { purchase: { actionField: { id: 'cst_booking_id:123', affiliation: 'vioma IBE Vouchers', revenue: '140', action: 'purchase' }, products: [ { id: 'hpa4_1234', name: 'hpa4_1234', category: 'hpa4', variant: '', price: '140' quantity: 1 } ] }, currency: 'EUR' }