How can we help you?

Help Center  >  Integrations  >  Add Tracking Link to Klaviyo & Omnisend

You can follow these steps to add tracking link to Klaviyo & Omnisend Email templates:

 

Step 1: Copy full Tracking Page URL

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.

 

Step 2: Go to these apps and...

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]]

also you can use shopify flow to push events to Omnisend when trackingMore status updates.

 



Last update: 2024-01-31 08:39:35

Was this article helpful?
yes no