本文介绍了Rails 中的页面浏览量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我不确定处理这个问题的最佳方法是什么.我想显示页面浏览量和用户浏览量(有多少唯一用户查看了页面).
I am not sure what is the best way to deal with this. I want to display page views and user views (How many unique users viewed a page).
有这个插件吗?
login_count 当然很容易检查.只是不确定视图.Google Analytics(分析)做得很好,但我不知道进行分析集成是否好.
login_count is of course easy to check though. Just not sure about views. Google Analytics does the job well but I don't know whether it's to good to go through analytics integration.
有什么帮助吗?谢谢.节日快乐!
Any help? Thanks. Happy Holidays!
推荐答案
我推荐这个 gem:Impressionist
这篇关于Rails 中的页面浏览量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!