Rails 3 gem 用于捕获引用信息?

发布于 2024-12-08 02:49:40 字数 328 浏览 1 评论 0原文

是否有一个(或多个)Rails gem 可以帮助在注册新模型实例(即:新用户)时轻松捕获以下内容?

  • 引荐网址
  • 流量来源(google、bing 等)
  • 流量媒介(有机、cpc)
  • 搜索词(如果用户来自搜索引擎)

我知道我可以手动编码,但如果已经完成,则没有理由重新创建它。

我通过搜索唯一能找到的是 search_sniffer,但那是一个插件,我更喜欢使用如果有宝石的话。

Is there a single (or multiple) Rails gem that will help to easily capture the following on a when registering a new model instance (i.e.: new user)?

  • referrer URL
  • traffic source (google, bing, etc.)
  • traffic medium (organic, cpc)
  • search terms (if user came from a search engine)

I know I could code this in manually, but no reason to recreate this if it's already done.

The only thing I could find through searching is search_sniffer, but that's a plugin, and I'd prefer to use a gem if available.

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

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

发布评论

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

评论(2

友欢 2024-12-15 02:49:40

我最终自己解决了这个问题,没有宝石。如果有人感兴趣,我写了一篇博客文章解释我是怎么做到的。

I ended up solving this on my own without a gem. In case anyone is interested, I wrote a blog post explaining how I did it.

南七夏 2024-12-15 02:49:40

Referrer 跟踪用户访问您网站的来源,将其转换为 utm 标记,计算这些来源的优先级并提供链接源与跟踪模型的记录(订单/请求/等)。支持导轨 4、5。

Referrer tracks sources with which users visit your site, converts them into utm markup, computes priority of these sources and provides linking for sources with tracked model's records (orders/requests/etc). Rails 4, 5 supported.

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