tolt.js
Overview
The tolt.js script is a JavaScript library that automatically tracks partner clicks and can convert them into leads on your website/app
Installation
Add the tolt.js script to the head of your website/app:
Tracking Data
When a visitor arrives through a partner link, window.tolt_data
contains:
If no affiliate link was used, window.tolt_data
will be null
.
Lead Tracking
The script provides a signup function to convert clicks into leads:
After a successful signup, window.tolt_data
will be updated to include the customer_id
.