Product

Product Clicked

zlt.track('Product Clicked', {
  product_id: '',
  sku: '',
  category: '',
  product_type: '',
  name: '',
  brand: '',
  variant: '',
  variant_id: '',
  price: 18.99,
  currency: 'eur',
  quantity: 1,
  on_sale: false,
  url: 'https://www.example.com/product/path',
  image_url: 'https://www.example.com/product/path.jpg'
});

Product Viewed

This event should fire when the product page of a specific product is viewed.

Product Seen

Register this event when a product is visibly displayed for the visitor on pages that isn't the particular products designated product page. E.g. in search results, start page or category listings.

Last updated

Was this helpful?