Optimizer gives me such code to paste to conversion page <script type="text/javascript"> if(typeof(_gat)!='object')document.write('<sc'+'ript src="http'+ (document.location.protocol=='https:'?'s://ssl':'://www')+ '.google-analytics.com/ga.js"></sc'+'ript>')</script> <script type="text/javascript"> try { var pageTracker=_gat._getTracker("UA-XXXXXXX"); pageTracker._trackPageview("/XXXXXXXX/goal"); }catch(err){}</script> When I verify javascript tags - it says that there is an error because "urchin.js" not found. I also don't see any urchin.js in code, but ga.js. What should I do? I tried starting to setup experiment from the very beginning but nothing changes.
Hey, Can you answer following question in order to get better understanding of your situation 1. Is your goal page and test page on different domain ? 2. Does goal page and test page have google analytics ( is it ga.js ?) Thanks, Ravi
Actually I am tracking clicks as conversion goal - so my test\conversion page is the same. As conversion tag to track clicks I add the code like this <!-- function ConversionCount() { _uacct = 'UA-xxxxx-x'; urchinTracker("/yyyyyyyyyy/goal"); return true; } // --> <a href="http://www.example.com/file.pdf" onclick="return ConversionCount();">Download the file</a> And I don't have GA installed on these pages
Do one thing for me , since your conversion and test page is the same, the experiment wont let you validate . So you got to do hack there ! Just put your conversion script on any other page(lets call it dummy page), Give URL of that page into GWO 's conversion page and get it validated. Once it is validated ,start experiment and remove the code from this dummy page.