View Single Post
  #1  
Old 12-10-2010, 07:26 AM
 
JohnBiggsCR JohnBiggsCR is offline
 

Newbie
  
Join Date: Oct 2010
Posts: 9
 

Default Adcenter not recording total

We have added the code for adcenter to the order template and it has started to record conversions and keywords used to get there but it still is refusing to record the actually order total.
Can anyone take a look at this code and tell me what I need to change to actually get it to grab the total?

Code:
{literal} <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/313c74da-6c4a-4d50-94b3-7ac49f0873af/mstag.js"></script> <script type="text/javascript"> mstag.loadTag("analytics", {dedup:"1",domainId:"921325",type:"1",revenue:"{/literal}{$order.total}{literal}",actionid:"15603"})</script> <noscript> <iframe src="//flex.atdmt.com/mstag/tag/313c74da-6c4a-4d50-94b3-7ac49f0873af/analytics.html?dedup=1&domainId=921325&type=1&revenue={/literal}{$order.total}{literal}&actionid=15603" frameborder="0" scrolling="no" width="1" height="1" style="visibility:hidden; display:none"> </iframe> </noscript>{/literal}

We are using 4.1.12 by the way.
__________________
4.1.12
Reply With Quote