I've read a number of posts on this subject... but have to admit I'm totally confused.
Where do I place the Adwords Conversion Tracking Code?
I've added the following just before the </BODY> tag in the Act_ReceiptPrimary.html template. Is this the right spot for it?
Where do I place the Adwords Conversion Tracking Code?
I've added the following just before the </BODY> tag in the Act_ReceiptPrimary.html template. Is this the right spot for it?
<!-- Google Code for Purchase Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = 1067125854;
var google_conversion_language = "en_GB";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
if (1.0) {
var google_conversion_value = 1.0;
}
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/1067125854/?value=1.0&label=Purchase&script=0">
</noscript>
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = 1067125854;
var google_conversion_language = "en_GB";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
if (1.0) {
var google_conversion_value = 1.0;
}
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/1067125854/?value=1.0&label=Purchase&script=0">
</noscript>
Comment