Hi Nicolas,
I'm attempting to set up an affiliate arrangement, whereby sales generated by the company are charged back at the end of the month.
In order for them to track their sales they have asked me to place a pixel on our confirmation page.
Am I able to do this with dynamically passing through the total sale value as well as the product code id field?
Below are the instructions that have been sent to me from the affiliate
To track the campaign we need you to place this pixel on your confirmation page (post paypal)
<!-- Offer Conversion: BellaBuy -->
<iframe src="
acmedia.go2jump.org/SLv?adv_sub=SUB_ID&amount=AMOUNT
" scrolling="no" frameborder="0" width="1" height="1"></iframe>
<!-- // End Offer Conversion -->
Replace the field AMOUNT with the sales value & SUBID with the unique sales ID.
Is this something that can be achieved?
If so....
1 - How do I dynamically pass the values?
2 - Which page should I place the code on?
Thank you very much!