You can follow these steps to add tracking link to Klaviyo & Omnisend Email templates:
You can copy the full Tracking Page URL from Tracking Page as image shown. Please make sure you copy the full URL from the text box, not using the button.
Adding tracking link for Klaviyo Emails
Step 1. Navigate to the email template you'd like to add a tracking link.
Step 2. Add a Track Order button if there is none.
Step 3. Add the following code to the end of your Tracking Page URL to build a snippet, and paste the whole snippet
to button link.
?order={{ event.extra.order_number }}&email={{ event.extra.contact_email }}
e.g. If your Tracking Page URL is:
https://demo.myshopify.com/apps/trackingmore
then the whole snippet should be
https://demo.myshopify.com/apps/trackingmore?order={{ event.extra.order_number }}&email={{ event.extra.contact_email }}
Adding tracking link for Omnisend Emails
Step 1. Navigate to the email template you'd like to add a tracking link.
Step 2. Add a Track Order button if there is none.
Step 3. Add the following code to the end of your Tracking Page URL to build a snippet, and paste the whole snippet to button link.
?order=[[order.order_number]]&email=[[contact.email]]
e.g. If your Tracking Page URL is:
https://demo.myshopify.com/apps/trackingmore
then the whole snippet should be
https://demo.myshopify.com/apps/trackingmore?order=[[order.order_number]]&email=[[contact.email]]
Last update: 2022-10-24 06:06:24