Google Conversion Tracking Code Tricks

In many cases setting up Google Conversion tracking is straightforward. However in some cases and under some situations you are not able to control the thank you or checkout page. In this case you have to make a conversion.

<code>
<script src="http://www.googleadservices.com/pagead/conversion.js">
</script></code>

<script type="text/javascript">// <![CDATA[
 var google_conversion_id = xxxxxx; var google_conversion_language = "xx"; var google_conversion_format = "1"; var google_conversion_color = "ffffff"; var google_conversion_value = 0.50; var google_conversion_label = "xxxx"; function track(dest) {     var img1 = new Image();     img1.src = 'http://www.googleadservices.com/pagead/conversion/xxx/?value=xx&amp;label=xx;script=0'; }
// ]]></script>

References
http://www.bradino.com/javascript/ppc-conversion-tracking/

http://www.bradino.com/javascript/google-analytics-goals/

A lot more information located here — http://fieldsmarshall.com/8-tips-for-tracking-with-google/

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Technorati
fields marshall Fields Marshall is a web developer and Google Adwords professional located in Pucon Chile.

If you found this article helpful, please consider linking to it it or sharing it with someone else.

Any comments ? Please leave them below.

Related Articles

Leave a Comment