Google Analytics不跟踪FB即时文章页面浏览量。

时间:2017-11-11 15:27:16

标签: wordpress facebook google-analytics facebook-instant-articles

即时文章在几个月前配置完成。我们有近300篇文章。只要关注Instant Articles,一切都很好。

我不知道GA没有跟踪Instant Articles的页面浏览量。我遵循了这个https://stackoverflow.com/a/38112027/2657566并添加了全球网站标记。

这是我的代码。从Wordpress Instant Article Plugin界面保存后,当我从手机上打开Instant Article时,我看不到任何活跃的用户。

如果我遗漏了什么,能告诉我吗?提前致谢。

<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','https//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-XXXXXXXXX-X', 'auto');
  ga('set', 'campaignSource', 'Facebook');
  ga('set', 'campaignMedium', 'Facebook Instant Articles');
  ga('set', 'referrer', ia_document.referrer);
  ga('send', 'pageview');

</script>

1 个答案:

答案 0 :(得分:0)

删除https://并确保网址如下(如果你没有提供https请求)//www.google-analytics.com/analytics.js。