'ecommerce': {
'purchase': {
'actionField': {
'id': '12345', // File ID
'affiliation': 'MOSA_TSHOP', // OrganizationCode_PoSCode
'revenue': '35.43', // Total order amount (incl. tax and shipping) (same as the basic e-commerce tag)
'tax':'4.90', // Tax (VAT)
'shipping': '5.99', // Shipping fee (same as the basic e-commerce tag)
'coupon': 'SUMMER_SALE' // Access code of the promotional code if the user uses one in the Order Summary Page
},
'products': [{ // List of purchased products inside the order.
'name': 'Triblend Android T-ShirtSchool Workshop', // Product name
'id': '12345', // Product SKU
'price': '15.25', // Unit price
'brand': 'Visit Pass / Exhibition', // Product family type / Topic of the product (if set)
'category': 'Cat A / Normal', // Seat category / Tarrif type
'variant': 'Cross-sell 1-click / 1234567', // Cross selling type / Parent product id (if purchased via cross-selling)
'quantity': 1, // Purchased quantity
'coupon': 'PartnerCUBEPartnerMOSA' // Advantage name / Advantage id (if purchased product is an advantage product)
},
{
'name': 'Donut Friday Scented T-Shirt',
'id': '67890',
'price': '33.75',
'brand': 'Exhibition',
'category': 'Cat A / Normal',
'variant': 'Cross-sell 1-click / 1234567',
'quantity': 1
}]
}
} |