Does anyone else have this problem? I'm copying/pasting the New Google Analytics Code (ga.js) but when I hit "Save", the code automatically changes to the Legacy Urchin format. I'm using Analytics, not Urchin. Is it possible for the program to insert the new format instead?
Code pasted:
<script type="text/javascript">
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">
try {
var pageTracker = _gat._getTracker("UA-5974966-6");
pageTracker._trackPageview();
} catch(err) {}</script>
Upon Hitting Save code changes to the Urchin format, but with the next-to-last line of code missing :
<script src='http://www.google-analytics.com/urchin.js' type='text/javascript'></script>
<script type='text/javascript'>
_uacct = "UA-5974966-6";
urchinTracker();
/*code missing: "} catch(err) {}" */
</script>