Mine seems slightly different:
Code:
{literal}
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = ID##;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
if (1) {
var google_conversion_value = 1;
}
var google_conversion_label = "Purchase";
//-->
</script>
{/literal}
For the first part. The second reads:
Code:
{literal}
<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
[img]http://www.googleadservices.com/pagead/conversion/ID##/?value=1&label=Purchase&script=0[/img]
</noscript>
{/literal}
It's the code that the google wizard provided. I'd look to the google help or one of the google forums for more inf on the code.
http://www.webproworld.com/ has a good forum for this