Home
Search…
What is Engage
GETTING STARTED
Start exploring
Guides
Bundle advertising pixels
Dynamic audiences
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
Cart
Added To Cart
zlt.track('Added To Cart', {
cart_id: '',
product_id: '',
sku: '',
category: '',
product_type: '',
name: '',
brand: '',
variant: '',
variant_id: '',
price: ,
currency: '',
quantity: 1,
coupon: '',
on_sale: false,
url: 'https://www.example.com/product/path',
image_url: 'https://www.example.com/product/path.jpg'
});
Removed From Cart
zlt.track('Removed From Cart', {
cart_id: '',
product_id: '',
sku: '',
category: '',
product_type: '',
name: '',
brand: '',
variant: '',
variant_id: '',
price: ,
currency: '',
quantity: 1,
coupon: '',
on_sale: false,
url: 'https://www.example.com/product/path',
image_url: 'https://www.example.com/product/path.jpg'
});
Cart Viewed
zlt.track('Cart Viewed', {
cart_id: '',
products: [
{
product_id: '',
variant_id: '',
sku: '',
name: '',
price: ,
quantity: ,
category: '',
product_type: '',
on_sale: false,
url: 'https://www.example.com/product/path',
image_url: 'https:///www.example.com/product/path.jpg'
},
{
product_id: '',
variant_id: '',
sku: '',
name: '',
price: ,
quantity: ,
category: '',
product_type: '',
on_sale: false,
url: 'https://www.example.com/product/path',
image_url: 'https:///www.example.com/product/path.jpg'
}
]
});
Previous
Capture Video events
Next
Checkout
Last modified
1yr ago
Export as PDF
Copy link
Outline
Added To Cart
Removed From Cart
Cart Viewed