Hello,
I would like to track my sales through
Do you know of anan easy way to setup s2s postback from shopify to
Thanks
Implementing a postback would take some custom development as shopify doesn't support it.
But you can use the image pixel or tracking script from
Yes, i already figured out how to use the cookie based pixel, but i would rather have S2S postback (more reliable).
But, as i'm getting some PM about this, here's how to do it with the
1. You need to use the ?ref URL parameter for your clickid in your offer url on
?ref={clickid}
2. On shopify -> Settings > Checkout
Use this code, it will only display the image pixel once:
{% if first_time_accessed %}
<img src="http://customvoluumtrackingdomain.com/conversion.gif?cid={{ landing_site_ref }}&payout={{ total_price | money_without_currency }}&txid={{ order_number }}" width="1" height="1"/>
{% endif %}
<!-- Scripts you want to run on every visit -->