This is our official Shopify plugin to fetch data from your store. This plugin takes care of all setup needed to get data flowing from your store to engage. This includes batch data ingestion as well as advanced javascript tracking.
Download and install the plugin from the Shopify app store
The following events are defined out-of-the-box for you when you activate the Shopify plugin.
Events |
Order Completed |
Page Viewed |
Product Viewed |
In addition to the pre-defined events you are recommended to add the following manually:
Additional events |
Added To Cart |
Product Seen |
Removed From Cart |
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});