Hello All. I'm new to the forum. I'm definately not a asp guru by any means but I followed the guide pretty precisely given to me by Google for setting up Adwords in a .ASP based page. <div id="clear"></div> <img id="footerLogos" src="win-images/logos.gif" /> </div> </div> </div> <!-- Google Code for lead Conversion Page --> <script language="JavaScript" type="text/javascript"> <!-- var google_conversion_id = XXXXXXXX; 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 = "lead"; //--> </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/XXXXXXX/imp.gif?value=1&label=lead&script=0"> </noscript> </body> I implemented the code exactly as specified it seems by putting it right at the end portion of the static part of the page before the </body> tag. But no conversions are being recording and I don't see the small "google" gif that should be appearing. The same code has been implemented on both pages which google said was fine as long as no one is concerned with gettting individual data from each page specifically. Any help would be super appreciated! Thanks again!