This is our official Woocommerce 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 Wordpress plugin repository
The following events are defined out-of-the-box for you when you activate the Woocommerce plugin. These cover all the standard functionality required.
Events |
Added to Cart |
Checkout Started |
Order Completed |
Page Viewed |
Product Seen |
Product Viewed |
Removed From Cart |
User |
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});