QUOTE (loxalot @ Aug 28 2009, 09:30 AM)

I'd imagine you already went to Operations > Settings > Google to make sure your GA code is entered correctly? You also have your GA account merged with your AW account right?
Yes that is correct on both. I did have to go in and reinstall the code with the wysiwig feature turned off...
Not sure if this helps but here is the code on our confirmation page
<!--
Google Code for Purchase Conversion Page
-->
<script type="text/javascript">
//<![CDATA[
<!--
var google_conversion_id = XXXXXXXX;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "ffffff";
var google_conversion_label = "VwlrCL7UjAEQhsqM-QM";
//-->
//]]>
</script>
<script src="https://www.googleadservices.com/pagead/conversion.js" type="text/javascript">
//<![CDATA[
//]]>
</script>
<noscript>
<div style="DISPLAY: inline">
<img style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" height="1" alt="" src="https://www.googleadservices.com/pagead/conversion/XXXXXXXX/?label=VwlrCL7UjAEQhsqM-QM&guid=ON&script=0" width="1" /> </div></noscript>
<script type="text/javascript">
//<![CDATA[
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
try {
var pageTracker = _gat._getTracker("UA-XXXXXX");
pageTracker._trackPageview();
} catch(err) {}
//]]>
</script>