Home
Search…
What is Engage
GETTING STARTED
Start exploring
Guides
Bundle advertising pixels
Remarketing with Facebook
Remarketing with Google Ads
Integrations
Destinations
Sources
Features
Identities
A/B Testing
Actions
Analytics
Audiences
Email Recommendations
Event Tracking
Capture Video events
Cart
Checkout
Order
Product
Product Lists
Promotions
Reviews
User
Wishlist
Product Recommendations
Search
Segments
Platforms
AbiCart
Custom Platform
Magento 1
Magento 2
Prestashop
Shopify
Wikingruppen
WooCommerce
API
Recently Viewed
Terms & Conditions
Terms and Conditions
Privacy Policy
Powered By
GitBook
Checkout
Checkout Started
1
zlt.track('Checkout Started', {
2
cart_id: '',
3
checkout_id: '',
4
order_id: '',
5
total: 17.50,
6
subtotal: 12.50,
7
revenue: 15.00,
8
shipping: 2,
9
tax: 3,
10
discount: 2.5,
11
coupon: '',
12
currency: 'USD',
13
products: [
14
{
15
product_id: '',
16
variant_id: '',
17
sku: '',
18
name: '',
19
price: ,
20
quantity: ,
21
category: '',
22
product_type: '',
23
on_sale: false,
24
url: 'https://www.example.com/product/path',
25
image_url: 'https:///www.example.com/product/path.jpg'
26
},
27
{
28
product_id: '',
29
variant_id: '',
30
sku: '',
31
name: '',
32
price: ,
33
quantity: ,
34
category: '',
35
product_type: '',
36
on_sale: false,
37
url: 'https://www.example.com/product/path',
38
image_url: 'https:///www.example.com/product/path.jpg'
39
}
40
]
41
});
Copied!
Payment Info Added
1
zlt.track('Payment Info Added', {
2
checkout_id: '',
3
order_id: '',
4
payment_method: ''
5
});
Copied!
Previous
Cart
Next
Order
Last modified
1yr ago
Export as PDF
Copy link
Contents
Checkout Started
Payment Info Added