Hi,
We are trying to log Bing revenue in our shopping cart.
We followed the tutorial here - http://www.shopsite.com/templates/cookbook/tracking-bing.html
used the code provided, replaced the ORDER_TOTAL with ss_ordertotal
but the variable is not getting resolved.
We do use custom templates on the website.
We also use Google Analytics e-commerce tracking, so I can see the variable being populated
for example - var ss_ordertotal = "5.98";
but in the Bing code, for whatever reason, it comes up not resolved:
<script> var uetq = uetq || []; uetq.push({ 'gv': ' + ss_ordertotal + ' });</script>
(I tried different version of this code, with or without ticks, no difference)
Any help is appreciated