Event Tracking
All event tracking is done using an async javascript code snippet that gathers the information and push it to our servers where it is stored for you. The tracker is built to never interfere with your sites performance or functionality. It will fail silently in the event something would go wrong and it will queue up messages when it's not able to send them right away.
Note on Data Privacy
For certain events, such as the order completion event, we de-identify the personal information as soon as it arrives to our servers using Googles enterprise grade Data Loss Prevention-solution. You can read more about the Google Data Loss Prevention here, but in a nut shell it encrypts the data rendering it non-readable and non-identifiable.
Setup
The setup is pretty straight forward. To initialize the tracker, add the following code to your page header.
All done! Now you can start tracking events using the zlt.track();
function. You may specify custom events for tracking, but for ecommerce clients we recommend that you get started with the ones described in the ecommerce standard events section first.
Prepare for product recommendation
Note: This is only applicable for ecommerce clients
The following two events are required in order to run product recommendations.
Requirements
Active sources
This feature requires one of the following sources to be active
Last updated