Google Analytics and Internet explorer 6 not working -


hello have chat windows application using embedded web view using internet explorer 6 borowser google analytics not showing traffic page embedded in app

i want google analytics read traffic

here code

<script type="text/javascript">    var _gaq = _gaq || [];   _gaq.push(['_setaccount', 'ua-xxxxxxx-x']);   _gaq.push(['_setdomainname', 'mydomain.com']);   _gaq.push(['_setallowlinker', true]);   _gaq.push(['_trackpageview']);    (function() {     var ga = document.createelement('script'); ga.type = 'text/javascript'; ga.async =     true;     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') +     '.google-analytics.com/ga.js';     var s = document.getelementsbytagname('script')[0]; s.parentnode.insertbefore(ga, s);   })();  </script> 


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -