View Single Post
  #1 ()  
Old 05-11-2007, 05:08 AM
yourcablestore.com yourcablestore.com is offline
3dCart Newbie
 
Join Date: Feb 2007
Location: Paradise, CA
Posts: 19
Default Order total variable for Adwords / Yahoo Search Conversions

I am trying to setup Google Adwords and Yahoo Search Marketing to track the order total for conversions. Does anyone know the exact code needed to pass the order total?

Google shows I need a line like this in the conversion code

if ([TOTAL]) {
var google_conversion_value = [TOTAL];
}

And Yahoo shows I need a line like this in the conversion code

window.ysm_customData.conversion = "transId=,currency=,amount=[TOTAL]";

Will inserting the [TOTAL] variable into the javascript work or is there some other way to pass the total value?
Reply With Quote