在mysql中计算访问次数等,有更好的做法或第三方软件吗?
假设我有一个像 quora 这样的网站,我想计算有多少访问者看到了特定页面/问题...(“这个问题被访问了 345 次”)
我知道我可以创建一个列,在其中存储一个值,该值每次增加都会增加用户访问它。 但是使用一些外部服务怎么样......也许可以更强大和可靠(过滤唯一/综合浏览量等......)
有什么建议吗?
(Google Analytics API 怎么样?)
谢谢!
Let's assume i have a website like quora where i want to count how many visitors saw a particular page/question...("This question was visited 345 times")
i know i could create a column where i store a value that increases every user visits it.
But what about using some external service...that maybe can more robust and reliable (filtering unique/pageviews etc..)
any suggestion?
(what about Google Analytics API?)
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
谷歌分析?或者任何其他分析包都会为您提供大量信息。或者您可以运行自己的程序并将其放在 memcached 层上以使其速度超快。
Google analytics? Or any of the other analytics packages will give you lots of info. Or you could run your own and put it on a memcached layer to make it super fast.
最好的方法是手动完成。有一些方法可以做到这一点...
如果您不想尝试 http://www.tinycounter.com/ create.php kai 为每个网址添加一个注册和一些电子邮件...尽管这对于许多页面来说效率不高!
The best way is to do it manually. There are some ways to do it...
If you dont want try http://www.tinycounter.com/create.php kai for each url add one registration with the some email... Though this is not efficient for many pages!
Google 分析
google analytics