Google Analytics fix for IDN Domains

I haven’t tested it myself yet but I would recommend IDN Domain developers to upgrade to the Google Analytics asynchronous code.
There were at least a few issues over the years with the old Google analytics code for both mobile & PC sites.

One of the main problems with IDNs & Google Analytics was

All IE versions were shown as IE6.
I resolved this last year but it’s better to just try the new code.

If you still want to use the old code then here’s the fix.
It’s pretty simple.

You have to change the code setDomain to “none”

pageTracker._setDomainName(“none”);

originally it doesn’t have have none.

Anyway this is just one fix but the new code from Google may be a little bit better for you guys.
Just writing for those who want to control their domains.
It’ll be good if in the future I go through some sites & see my fixes..

After implementing this you will see that IDNs are not being viewed only on IE6