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?
|