AdWords Conversion Tracking
Posted: Sat Jul 11, 2009 11:49 am
Duplicate post from - http://www.interspire.com/forum/showthread.php?p=54533
Accidentally removed a line of code a little while back and need some guidance of how I put it back in.
Please see Adwords Conversion Tracking Setup Guide and select (4) Different scenarios for inserting the code snippet.
It is the variable conversion value I'm after so that the keywords come through with an appropriate revenue value.
I'm assuming it is something like this
Code:
with
"%%ORDER_AMOUNT%%" in there somewhere?
First correct answer get a prize - they become my best friend for the day.
Accidentally removed a line of code a little while back and need some guidance of how I put it back in.
Please see Adwords Conversion Tracking Setup Guide and select (4) Different scenarios for inserting the code snippet.
It is the variable conversion value I'm after so that the keywords come through with an appropriate revenue value.
I'm assuming it is something like this
Code:
Code: Select all
if (<%= totalValue %>) {
var google_conversion_value = <%= totalValue %>;
}
"%%ORDER_AMOUNT%%" in there somewhere?
First correct answer get a prize - they become my best friend for the day.