Prestashop Plugin
This is our official Prestashop 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.
- 1.
The following events are defined out-of-the-box for you when you activate the Prestashop plugin. These cover all the standard functionality required.
Events |
Added to Cart |
Cart Viewed |
Checkout Started |
Order Completed |
Page Viewed |
Products Searched |
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
});
Last modified 2yr ago