I guess everyone is aware of this Google Conversion Code.
[Purchase Conversion Default: Sample code snippet only - DO NOT USE]
<html>
<body>
<!-- Google Code for Purchase Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = 1234567890;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "666666";
if (1) {
var google_conversion_value = 1;
}
var google_conversion_label = "Purchase";
//--> </script>
<script language="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/?value=1&label=Purchase&script=0">
</noscript>
</body>
</html>
NOW this is something which you want to see: you will see a Google conversion ads on the thank you page after a successful conversion.
This is causing that link to appear.
<noscript>
<img height=1 width=1 border=0
src="http://www.googleadservices.com/pagead/conversion/1234567890/?value=1&label=Purchase&script=0">
</noscript>
Let me know if you can remove that from the thank you page. Can we remove that by just removing the above code from the google conversion tacking code
Marketing Agency
That being said, it appears that Google is using both the script and the image to authenticate conversions (especially when scripts or images are turned off in a browser, they default to the other tracking type).
I've seen occurrences where removing one image caused the script not to count all conversions in your account.