在heroku上的play 2.2.1下运行Google Analytics

时间:2013-12-04 09:32:52

标签: heroku playframework google-analytics playframework-2.0

我在heroku上创建了一个测试页:Test Page

我还添加了Google Analytics

<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-xxxxxxxx-x', 'shrouded-bastion-7859.herokuapp.com');
  ga('send', 'pageview');

</script>

正如您在我的网站代码中所看到的,我已在我的普通html页面中插入此脚本。

在Play项目中,我已将网站实现为公共文件夹中的静态html页面。

然而,在谷歌分析委员会上,它说:

  

状态:未安装跟踪

我做错了什么?我非常感谢你的回答!

0 个答案:

没有答案