I my website currently has traditional (non-async) Google Analytics tracking code at the bottom of the body.
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cscript src='" + gaJsHost + "stats.g.doubleclick.net/dc.js' type='text/javascript'%3E%3C/script%3E"));
</script>
I am planning to upgrade to the Universal Analytics tracking code. Can the new tracking code go in the body or should it be only placed in head (just before the tag) as stated by Google? Thanks.