Forum Moderators: martinibuster
<script>
window.google_analytics_uacct="UA-0000000-0";
google_analytics_domain_name="www.example.com";
</script>
Second, if you're using async analytics code or '_setDomainName' to restrict cookie to a single domain, you have to have following code before every ad code.
<script>
window.google_analytics_uacct="UA-0000000-0";
google_analytics_domain_name="www.example.com";
</script>
It is unbelievable that this information is nowhere available on google's own website (I could not find it anyway), so I am wondering how you figured this out.