Event Tracking

Included events

The following events are defined out-of-the-box for you when you activate the Shopify plugin.

Events

Order Completed

Page Viewed

Product Viewed

User

Added To Cart

Removed From Cart

Cart Viewed

Product Seen

Products Searched

Custom events

You may track additional or custom events in your store by adding the corresponding zlt.track(); javascript function on your website.

/* Example of a custom event */
zlt.track('My Custom Event', {
    param_one: 'Some value',
    param_two: 123
})

Last updated