Google Adwords Conversion Tracking With Transaction Specific Values

Hi,



I want to integrate the google adwords conversion tracking on my website with transaction specific values. Want these to be for those customers who come and buy stuff on my website. So basically what i think this would go on to the page where the payment in done and transaction is complete.

Where shall i put the code below to track the same.

<br />
<!-- Google Code for FleAffair Ads Conversion Page --><br />
<script type="text/javascript"><br />
/* <![CDATA[ */<br />
var google_conversion_id = yyyyyyyyyy;<br />
var google_conversion_language = "en";<br />
var google_conversion_format = "3";<br />
var google_conversion_color = "ffffff";<br />
var google_conversion_label = "xxxxxxxxxxxxxxxx";<br />
var google_conversion_value = 50.00;<br />
var google_conversion_currency = "INR";<br />
var google_remarketing_only = false;<br />
/* ]]> */<br />
</script><br />
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"><br />
</script><br />
<noscript><br />
<div style="display:inline;"><br />
<img height="1" width="1" style="border-style:none;" alt="" src="upload://ux1zSLp9vBY9KEUw7CSvZVrESee.gif"><br />
</div><br />
</noscript><br />

```<br />
<br />
Also there is a link for php code which says to replace a few lines with some actual values of the transaction. <br />
<br />
[url="https://support.google.com/adwords/answer/6095947?hl=en&authuser=1"]https://support.google.com/adwords/answer/6095947?hl=en&authuser=1[/url]<br />
<br />
Has some one implemented this already? Does it need a plugin ?<br />
<br />
I am running MVE v4.2.4

Please try this solution:

Thanks