from looking at the checkout-step3 template it seems logical to use the following code:
Code:
<!--start block 2-->
<!-- Google Code for purchase Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = xxxxxxxxxx;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
if ([BALANCE]) {
var google_conversion_value = [BALANCE];
}
var google_conversion_label = "purchase";
//-->
</script>
<script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height=1 width=1 border=0 src="https://www.googleadservices.com/pagead/conversion/xxxxxxxxx/imp.gif?value=1.0&label=purchase&script=0">
</noscript>
<!--end block 2-->
can someone who has this working correctly or someone from 3dcart admin please confirm how to do this??