View Single Post
  #1  
Old 05-16-2013, 09:18 AM
 
BritSteve BritSteve is offline
 

eXpert
  
Join Date: Apr 2006
Posts: 339
 

Question Bing conversion code

I am having trouble with the Bing conversion code not working as it should.

This is the code that I have been given by the company that deals with advertising for us. I have removed our account code. This is what is in the template file.

<!-- Bing Code for Purchase Conversion Page -->
<script type="text/javascript"> if (!window.mstag) mstag = {loadTag : function(){},time : (new Date()).getTime()};</script> <script id="mstag_tops" type="text/javascript" src="//flex.atdmt.com/mstag/site/ce168b15-1b45-479d-8757-18fcec513121/mstag.js"></script> <script type="text/javascript"> mstag.loadTag("analytics", {dedup:"1",domainId:"xxxxx",type:"1",revenue:"{$or der.order.total}",actionid:"131715"})</script> <noscript> <iframe src="//flex.atdmt.com/mstag/tag/ce168b15-1b45-479d-8757-18fcec513121/analytics.html?dedup=1&domainId=xxxxx&type=1&reven ue={$order.order.total}&actionid=131715" frameborder="0" scrolling="no" width="1" height="1" style="visibility:hidden;display:none"> </iframe> </noscript>

When I look at the source code on the thank you page, this is what is in there.

<!-- Bing Code for Purchase Conversion Page -->
<script type="text/javascript"> if (!window.mstag) mstag = ,time : (new Date()).getTime()};</script> <script id="mstag_tops" type="text/javascript" src="//flex.atdmt.com/mstag/site/ce168b15-1b45-479d-8757-18fcec513121/mstag.js"></script> <script type="text/javascript"> mstag.loadTag("analytics", ",actionid:"131715"})</script> <noscript> <iframe src="//flex.atdmt.com/mstag/tag/ce168b15-1b45-479d-8757-18fcec513121/analytics.html?dedup=1&domainId=xxxx&type=1&revenu e=38.49&actionid=131715" frameborder="0" scrolling="no" width="1" height="1" style="visibility:hidden;display:none"> </iframe> </noscript>

As you can see, there are differences, and the tracking code is not working. Maybe something is changing the code as it is output to the page?

Any ideas?

Thanks,

Steve
__________________
Version 4.1.8 & 4.1.9
ezcheckout4.1.x
cdseolinks2
product_metatags41x
shipping_per_product41x

http://www.earthsmagic.com
Reply With Quote