在rails应用程序中命中/统计计数器

时间:2016-07-24 08:49:10

标签: ruby-on-rails-4

我认为点击计数器很简单,因为它是一个非常基本的代码插入到html页面,但是当我向我的rails应用程序添加statcounter时,所有导航链接都会中断。任何人都可以告诉我在我的应用程序中插入这样的东西的最佳方法吗? 它可以工作但是当我点击导航链接时,它只是在空白页面上显示点击计数器,除非我重新加载页面,或者,如果我使用隐形点击计数器,它会显示我点击的任何导航链接的空白页面。

application.html.erb

<!--
* Statcounter to monitor visitors, etc to my webapp
* @reference https://statcounter.com
-->

<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=11051099; 
var sc_invisible=0; 
var sc_security="0e87dbf6"; 
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="shopify
analytics" href="http://statcounter.com/shopify/"
target="_blank"><img class="statcounter"
src="//c.statcounter.com/11051099/0/0e87dbf6/0/"
alt="shopify analytics"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->

0 个答案:

没有答案