Skip to content

Instantly share code, notes, and snippets.

@tomfuertes
Created October 18, 2012 14:18
Show Gist options
  • Select an option

  • Save tomfuertes/3912154 to your computer and use it in GitHub Desktop.

Select an option

Save tomfuertes/3912154 to your computer and use it in GitHub Desktop.
Example Google Conversion Code (Javascript)
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1234567890;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "666666";
var google_conversion_label = "Purchase";
/* ]]> */
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/1234567890/?label=Purchase&script=0">
</noscript>​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment