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:
Go to your Shopify admin dashboard, then to Settings > Checkout > Additional Scripts
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&orderId={{ id | url_encode }}&amount={{ total_price | minus: shipping_price | money_without_currency }}&currency={{ currency }}&ref={{ shop.domain }}{% for line_item in line_items %}&itemId={{ line_item.key }}&pId={{ line_item.product.id }}&pName={{ line_item.product.title | url_encode }}&itemQty={{ line_item.quantity }}&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!