Home
Search…
What is Engage
GETTING STARTED
Start exploring
Guides
Bundle advertising pixels
Remarketing with Facebook
Remarketing with Google Ads
Integrations
Destinations
Sources
Javascript Tracker
Order History API
Prestashop Plugin
Product Catalog API
Server-side Tracker
Shopify Plugin
Woocommerce Plugin
Troubleshooting
Features
Identities
A/B Testing
Actions
Analytics
Audiences
Email Recommendations
Event Tracking
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
Woocommerce Plugin
Overview
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.
Add this source
1.
Download and install the plugin from the
Wordpress plugin repository
Included events
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
Adding events
You may track additional or custom events in your store by adding the corresponding
zlt.track();
javascript function on your website.
1
/* Example of a custom event */
2
zlt
.
track
(
'My Custom Event'
,
{
3
param_one
:
'Some value'
,
4
param_two
:
123
5
});
Copied!
Previous
Shopify Plugin
Next
Troubleshooting
Last modified
1yr ago
Export as PDF
Copy link
Contents
Overview
Add this source
Included events
Adding events