Shopify Set-up

How to connect your Shopify to start tracking conversions on Lefty

Roman Berenstein avatar
Written by Roman Berenstein
Updated over a week ago

The Lefty Affiliation functionality allows you to track influencer conversions via tracked links. Please read this article to learn more about how affiliation works on Lefty.

We support all e-commerce platforms, but when it comes to Shopify, the integration is straightforward and takes less than a minute by following these simple steps:

  1. Go to your Shopify admin dashboard, then to Settings > Checkout > Additional Scripts

  2. Add the Lefty pixel so Lefty can track and attribute conversions. To do so, copy-paste the following under Additional scripts.

    <img src="https://a.lefty.io/track?type=conversion&amp;orderId={{ id | url_encode }}&amp;amount={{ total_price | minus: shipping_price | money_without_currency }}&amp;currency={{ currency }}&amp;ref={{ shop.domain }}{% for line_item in line_items %}&amp;itemId={{ line_item.key }}&amp;pId={{ line_item.product.id }}&amp;pName={{ line_item.product.title | url_encode }}&amp;itemQty={{ line_item.quantity }}&amp;itemAmount={{ line_item.line_price | money_without_currency }}{% endfor %}" height="1" width="1" />

That's it; you're all set to start tracking your affiliates' conversions on Lefty!

Did this answer your question?