Ruby gem 跟踪搜索引擎重定向流量(搜索 keyworks)

发布于 2024-10-27 23:22:35 字数 335 浏览 1 评论 0原文

我网站的大部分流量都是由搜索引擎发送的。我正在尝试跟踪搜索中使用的关键字(EG 以获取“最热门”搜索的实时统计数据)。

我有什么选择?我想到:

  1. 解析HTTP_REFERER(使用主要搜索引擎的列表正则表达式)

  2. 导入google分析数据(使用Google Analytics api) - 但这不是实时的

有没有任何gems/库为此提供支持?

Most of the traffic from my site is sent by search engines. I am trying to track the keywords used on the search (EG to have real-time stats on the 'hottest' searches).

What are my options? I thought of:

  1. Parsing the HTTP_REFERER (using a list regexps for major search engines)

  2. Importing google analytics data (using google analytics api) - however this is not realtime

Are there any gems/libraries that offer support for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你不是我要的菜∠ 2024-11-03 23:22:35

我会为机架编写一个中间件来执行此操作。 http://www.hokstad.com/slidingstats 是跟踪引荐来源网址的示例。它很容易破解,而且并不复杂,因此您可以使用它作为您想做的事情的启动板。

I would write a middleware for rack to do this. http://www.hokstad.com/slidingstats is an example of one that tracks referrers. It is pretty easy to hack and not complicated so you can probably use this as a launchpad for what you want to do.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文