Adding conversion tracking to the checkouts
How to setup conversion tracking for your product checkouts
You are able to add tracking codes and custom JS to the success page (or the thank you page of our checkouts). These scripts will be executed in a separate iframe when the customer finishes with the checkout.
Adding conversion tracking to the checkouts
To add your own code to the checkout simply do the following:
- Go here
- Paste your code in the blank field.
- Click save, and you're done!

Twig/JS Variables
Twig or JS variables can be used on the checkouts to dynamically pass data on some triggers through the checkout.
Some of these variables include:
Name | Variable |
Customer ID | {{customer.id}} |
Customer First Name | {{customer.first_name}} |
Customer Last Name | {{customer.last_name}} |
Customer Email | {{customer.email}} |
Order ID (A unique ID) | {{order.id}} |
Order Total | {{order.amount}} |
Order Currency ISO Code | {{order.currency}} |
Order Timestamp | {{order.timestamp}} |
How did we do?
How to setup affiliate tracking through Subbly?
Analytics FAQ