• Welcome to affLIFT!
    We are happy you have decided to check out our awesome affiliate marketing forum. Register your account today to join our amazing community!
  • Heylink - the only tracking tool that will show you new revenue recommendations, automatically connect you to the highest paying campaign and allow you to focus on what matters - driving conversions.
    Learn more about Heylink

Seeking help for conversion tracking from wix shop

Geozo

affrabby

Super Contributor
Joined
Sep 28, 2018
Messages
368
Hi there,

Can fire my postback pixel from my wix shop but unable to receive cart value/order total value. As wix dont have dynamic parameter to receive the value. They only have api, Can anyone help me to send the order total value from wix shop to my postback pixel.
<script>
var order_total = 'order.totals.total';
var order_id = 'order.number';
var params = '&payout=' + order_total + '&txid=' + order_id
var sid = window.localStorage.getItem('sid');
var req = new XMLHttpRequest();
req.open('GET',
'https://trk.example.com/postback?cid=' + sid + params);
req.send();

</script>


Wix API: https://www.wix.com/velo/reference/$w/thankyoupage/getorder

1664568915546-png.31053

I was trying this code but conversion firing but still payout and order number not tracking. I don't have enough coding knowledge :( maybe someting that i missing out. @Nick maybe you can have a look
 
To view the premium content in our affiliate marketing forum (including this awesome thread), you must first register and upgrade your account. Register today and become a part of our amazing community!
Top