0

对于 Google Analytics(分析)无法在 1 个字符域上使用 IE 6-7(也可能是 8 个?)跟踪 Internet Explorer 访问者这一众所周知的问题,有什么好的解决方案吗?

请在下面查看我的 GA 代码:

<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-XXXXXX-17']);
  _gaq.push(['_setDomainName', 'x.xx']);
  _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>
4

0 回答 0