I am trying to "track" purchases made by customers thru live cash - but the tracking pixel below is not "firing" back to Live Cash - When I look at the source code on a transaction, the fields are correctly populated
Help please
Denis
<!-- Begin Live Search cashback Tracking Pixel Code -->
<script type="text/javascript">
<!--
var jf_merchant_id = "bHZNQ3E2dmlXamx2UTNmcW5FcDdEQT09Cg";
var jf_merchant_order_num = "7F390612WL490754J";
var jf_purchased_items = new Array();
// adding cart items
FOR EACH PURCHASED ITEM...
// add cart item
var jf_item = new Object();
jf_item.mpi = "BK10-Nightstand-Expresso";
jf_item.price = "88.00";
jf_item.quantity = "1";
jf_purchased_items.push(jf_item);
NEXT PURCHASED ITEM
//-->
</script>
<script type="text/javascript" src="
https://ssl.search.live.com/cashback/javascripts/1x1tracking.js">
</script>
<!-- End Cashback Tracking Pixel Code -->