I have started an AdWords campaign for which I have set up conversion tracking for which Google has generated some code which I placed after the the begin body tag as mentioned below:
<!-- Google Code for Sign Up Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 999999999;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "redacted";
var google_conversion_value = 0;
/* ]]> */
</script>
<scripttype="text/javascript"src="http://www.googleadservices.com/pagead/conversion.js"></script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/999999999/?label=redacted&guid=ON&script=0"/>
</div>
</noscript>
These lines of code seem to work in Safari but not while using Firefox and Chrome as the loading conversion.js fails. In Firefox the status says aborted and for Chrome it says failed.No status code.
I've tried putting this code in various places including the head and at the bottom, but havent been successful so far? Any suggestions I could get?