Add Tracktor link to Klaviyo emails
You can add tracking links to Klaviyo emails with a bit of customization. Follow the instructions below on how to make these changes for your order confirmation and shipping confirmation emails.
Order Confirmation email
1. Navigate to the Email Template on Klaviyo.
2. Add a Track Order button (if there isn't already one in there). In the case that there is already an existing Track Order button, simply select the button until you are taken to the button settings.
3. Copy the following URL.
https://{{store-url}}.myshopify.com/apps/tracktor/track?order={{ order_number | urlencode }}&email={{ email | urlencode }}
4. Paste that URL into the Link URL section of that button.
5. Change the {{store-url}} part of that URL to your store's URL.
6. Save your changes.
Shipping Confirmation email
1. Navigate to the Email Template in Klaviyo.
2. Add a Track Order button (if there isn't already one in there). In the case that there is already an existing Track Order button, simply select the button until you are taken to the button settings.
3. Copy the following URL.
https://{{store-url}}.myshopify.com/apps/tracktor/track?order={{ order_number | urlencode }}&email={{ email | urlencode }}
4. Paste that URL into the Link URL section of that button.
5. Change the {{store-url}} part of that URL to your store's URL.
6. Save your changes.
Note: Because "email" is a part of the URL your Google Analytics will flag these emails so you will need to add a Google Analytics Filter to avoid any issues.