Jump to content

How to configure adwords conversion value


Recommended Posts

Hi,

I was wondering if anyone knew how to configure adwords so that I can can see the conversion value once a conversion is recorded. I installed the conversion code on the order-confirmation.tpl page but I can't seem to feed the final order total into adwords correctly.

This is the code I'm talking about:

<!-- Google Code for Buy/Sell Conversion Page -->
[removed]
/* <![CDATA[ */
var google_conversion_id = {$google_conversion_id};
var google_conversion_language = "en";
var google_conversion_format = "1";
var google_conversion_color = "ffffff";
var google_conversion_label = "purchase";
var google_conversion_value = 0;
if ({$amount}) {literal}[spam-filter]/literal}
google_conversion_value = {$amount};
{literal[spam-filter]{/literal}
/* ]]> */
[removed]

Does anyone know what I need to put into this code to have it record the monetary value of each sale?

Thanks in advance!

Link to comment
Share on other sites

  • 11 months later...
  • 5 months later...
  • 7 months later...
  • 2 years later...
  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...