Hi all, Google adwords A/B testing page is generating some scripts that i should put in the beginning of the head section on my original page, variation page (currently only 1), and confirmation page. Since these pages are not public, i had to upload manually the html source of these pages. When I click validate the original and the variation page are OK, but an error encountered is displayed for the confirm page. I've disabled all other scripts on that page and left the one generated for google adwords, and still no luck. The problematic script is the following : <!-- Google Website Optimizer Tracking Script --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['gwo._setAccount', 'UA-8776509-3']); _gaq.push(['gwo._trackPageview', '/3802974256/goal']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- End of Google Website Optimizer Tracking Script -->
Can you use "Firefox", then go to "Tools" and "Error Console" to see if there's any conflict with other javascript on the site?