Google Analytics安装混乱

时间:2013-11-06 18:03:30

标签: php wordpress google-analytics

我正在尝试在新的WordPress网站(PHP)上安装GA。从“跟踪代码”部分我知道他们需要在开始标记之后。是否和状态显示“未安装跟踪”。从状态了解更多按钮我明白它需要在标签之前。我已经完成了状态仍为“未安装跟踪”。

有趣的是,当我查看GA数据时,我确实看到谁访问了该网站,但没有访问过Chrome用户

immediately after the opening <body> tag Paste it immediately before the closing </head> tag

以下是在body标签中我在View-source中获得的代码

 <body class="page page-id-8 page-template-default" itemscope itemtype="http://schema.org/WebPage">
  <script>

   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-0000000-1', 'example.com');
  ga('send', 'pageview');

 </script> 

    <header class="tc-header clearfix row-fluid" role="banner">

这是我在头标记中获得的View-source代码。

 <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
        <title></title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link rel="profile" href="http://gmpg.org/xfn/11" />

      <script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-0000000-1', 'example.com');
  ga('send', 'pageview');

</script>

2 个答案:

答案 0 :(得分:1)

使用php版本并将标准跟踪代码粘贴到标题模板之间并没有什么区别。

如果您不熟悉WordPress编辑该模板,我建议您使用Google Analytics插件。有很多。

答案 1 :(得分:0)

我最近也遇到过这个问题。显示其跟踪数据需要一段时间。您可以做的一件事是测试它的工作是否检查实时报告。如果您在访问该网站时显示访问次数,则代码已正确安装。