All was going so swimmingly. I installed the latest version of the plug-in without drama on v1.3.9h, set up my codes for Analytics and Adwords etc in the console and sat back. No errors in the shop and Analytics is displaying all my data and is really useful but after a couple of days Adwords was still showing as unverified.
After a bit of research, I installed chrome and the Tag Assistant and did an order on my site. The Tag Assistant says that the Analytics tag is correct but that there are errors with the Adwords one on the checkout page.
The list of messages is:
AdWords Conversion Tracking - not working
Conversion ID xxxxxxxxxx
Conversion Label purchase
Conversion Value not set
<script> tag found
<!--
var google_conversion_id = xxxxxxxxxx;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
if (0.07) {
var google_conversion_value = 0.07;
}
var google_conversion_label = "purchase";
//-->
Conversion Value in the <iframe> tag 0.07
Error: Incorrect script attribute. help
Error: Conversion value mismatch between <script> and <iframe> tag. help
Error: Conversion value mismatch between <script> and <noscript> tag. help
Error: Conversion value mismatch between <script> and <noscript> tag. help
Warning: Missing CDATA comments. help
Conversion value not set. help
Both <script> and <iframe> used
The checkout page source from the browser contains:
pageTracker._trackTrans();</script><!-- Google Code for purchase Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = xxxxxxxxxx;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
if (0.07) {
var google_conversion_value = 0.07;
}
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/xxxxxxxxxx/?value=0.07&label=purchase&script=0">
</noscript>
That doesn't exactly match the code google provide but looks similar to others listed on this forum
Can anyone spot an error?
Bookmarks