- abandoned cart
- abandoned browse
- products of interest
- product recommendations
The tracking script is not the same thing as the tracking parameters attached to a URL. The script runs on your pages while the URL parameters (such as
vtid) are read by the script.Configure the script
This is the Voyado tracking script:[SCRIPT-PATH]
[SCRIPT-PATH]
The path to the JavaScript analytics package. There are two options, depending on the environment you are running in.
Production
Staging
[TENANT-ID]
[TENANT-ID]
Your unique client (tenant) ID. It is the same in production and staging, and is usually the subdomain in your Engage root URL.For example, if your URL is
supershop.voyado.com, the tenant ID is supershop.Contact your Voyado Engage team if you are unsure.Complete tracking script
Implement the script
Implement the script either directly in your page templates or through a tag manager.Directly in code
Directly in code
Copy your configured snippet and paste it immediately after the
<head> tag of every page on your website.Via a tag manager
Via a tag manager
- Log into your tag manager.
- Select New Tag.
- Give the tag an easily recognizable name.
- Open Tag configuration and select Custom HTML as the tag type.
- Paste your configured tracking script into the box.
- Open Triggers and select All pages (recommended).
- Save the tag.
- Publish the new version of your tag container.

