Hi
i am trying to list my products on microsoft cash back (a pay per sale site) - but the conversion code in my thank you page is not tracking the conversion - I must have a coding error - HELP please
this is the code
<!-- Begin Jellyfish Tracking Pixel Code -->
<script type='text/javascript'>
<!--
var jf_merchant_id = 'bHZNQ3E2dmlXamx2UTNmcW5FcDdEQT09Cg';
var jf_merchant_order_num = '[%txn_id%]';
var jf_purchased_items = new Array();
// adding cart items
FOR EACH PURCHASED ITEM...
// add cart item
var jf_item = new Object();
jf_item.mpi = '[%item_number%]';
jf_item.price = '[%item_price%]';
jf_item.quantity = [%quantity%];
jf_purchased_items.push(jf_item);
NEXT PURCHASED ITEM
//-->
</script>
<script type='text/javascript'
src='https://www.jellyfish.com/javascripts/1x1tracking.js'>
</script>
<!-- End Jellyfish Tracking Pixel Code -->
the whole on the thank you page is as follows:
Hi [%first_name%]
<p>Thank you for your purchase. If you paid using PayPal, your transaction has been completed, a receipt for your purchase has been emailed to you. You may log into your account at <a href="http://www.paypal.com/us"> PayPal </a>to view details of this transaction.</p>
<p>We normally ship within 2 business days (excludes Saturday and Sunday) using Fedex Ground / Fedex Home Delivery or USPS. Fedex pickup from our warehouse every evening, Monday to Friday. After pickup, you should allow 3 to 7 business days for delivery of your purchase. </p>
<p>After shipping, you will receive an email directly from Fedex (please check your spam / bulk folders). This email will confirm the tracking numbers of each package (most bunk beds come in more than 1 box). You can track the progress of your order by going to <a href="http://www.fedex.com/Tracking?cntrycode=us"> Fedex Tracking</a> . Fedex will also give you an estimated delivery day. This is not a firm committment by Fedex, but a guide to assist you. </p>
<p>On most occasions, we do not request that Fedex obtain a delivery signature from you. This will allow the driver to leave the package(s) at your front door if you are not at home. We do provide Fedex with your phone number, but they will only use this to contact you if there is a question concerning the location of the delivery. If you have not provided us with an phone number, please email one to us. Fedex will not contact you to set up a delivery appointment. Also, as some of our boxes are too big (over 70 lbs) for Fedex Home Delivery, you may receive 2 deliveries from Fedex - 1 from a Fedex Home Delivery truck and 1 from a Fedex Ground delivery truck (the boxes over 70 lbs).
</p>
<p>We at Bunk Bed King will only use your data to ensure your order is delivered to you in a timely fashion. We do not share, sell or distribute confidential data to any third party. We require your billing and shipping address, telephone number and e-mail address to enable us to deliver to you in a accurate and timely manner. You will never receive unsolicited telephone calls, junk mail or emails from us</p>
<br>
<p> We aim at <b>Bunk Bed King</b> to give you quality products, combined with great service at the lowest price! If you have any questions please email us at <a href="mailto:info@bunkbedking.com">info@bunkbedking.com</a></p>
<img src="zmam=67901469&zmas=1&zmaq=N&quantity=[%quantity%]&pcode=[%item_number%]&zman=[%txn_id%]&zmat=[%item_price%]" width=0 height=0 border=0>
<script language="JavaScript" src="https://secure.merchantadvantage.com/inChannel/ma2q.js"></script>
<script language="JavaScript" type="text/javascript">
var google_conversion_id = 1061587087;
var google_conversion_language = "en";
var google_conversion_format = "1";
var google_conversion_color = "ffffff";
var google_conversion_label = "purchase";
</script>
<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height="1" width="1" border="0" src="http://www.googleadservices.com/pagead/conversion/1061587087/?label=purchase&script=0"/>
</noscript>
<SCRIPT language="JavaScript" type="text/javascript">
<!-- Yahoo! Inc.
window.ysm_customData = new Object();
window.ysm_customData.conversion = "transId=,currency=,amount=";
var ysm_accountid = "1PK516TMN2GOGMLHVVK63F524M4";
document.write("<SCR" + "IPT language='JavaScript' type='text/javascript' "
+ "SRC=//" + "srv3.wa.marketingsolutions.yahoo.com" + "/script/ScriptServlet" + "?aid=" + ysm_accountid
+ "></SCR" + "IPT>");
// -->
</SCRIPT>
<script type="text/javascript">
<!--
/* NexTag ROI Optimizer Data */
var id = '4027519';
var rev = '%gross%';
var order = '%invoice%';
//-->
</script>
<script type="text/javascript" src="https://imgsrv.nextag.com/imagefiles/includes/roitrack.js"></script>
<script language="JavaScript">
var merchant_account_id='64514'
</script>
<script language="JavaScript"
src="https://merchant.pronto.com/js/roi.js">
</script>
<script language="javascript">
<!--
/* Performance Tracking Data */
var mid = '122122';
var cust_type = '';
var order_value =[%item_price%]'';
var order_id =[%txn_id%] '';
var units_ordered =[%quantity%] '';
//-->
</script>
<script language="javascript" src="https://www.shopzilla.com/css/roitracker.js"></script>
<SCRIPT>
microsoft_adcenterconversion_domainid = 75807;
microsoft_adcenterconversion_cp = 5050;
</script>
<SCRIPT SRC="http://0.r.msn.com/scripts/microsoftadcenterconversion.js"></SCRIPT>
<NOSCRIPT><IMG width=1 height=1 SRC="http://75807.r.msn.com/?type=1&cp=1"/></NOSCRIPT><a href="http://advertising.msn.com/MSNadCenter/LearningCenter/adtracker.asp" target="_blank">::adCenter::</a>
<!-- Begin Jellyfish Tracking Pixel Code -->
<script type='text/javascript'>
<!--
var jf_merchant_id = 'bHZNQ3E2dmlXamx2UTNmcW5FcDdEQT09Cg';
var jf_merchant_order_num = '[%txn_id%]';
var jf_purchased_items = new Array();
// adding cart items
FOR EACH PURCHASED ITEM...
// add cart item
var jf_item = new Object();
jf_item.mpi = '[%item_number%]';
jf_item.price = '[%item_price%]';
jf_item.quantity = [%quantity%];
jf_purchased_items.push(jf_item);
NEXT PURCHASED ITEM
//-->
</script>
<script type='text/javascript'
src='https://www.jellyfish.com/javascripts/1x1tracking.js'>
</script>
<!-- End Jellyfish Tracking Pixel Code -->
<img src="https://www.pricegrabber.com/conversion.php?retid=8542">