开发者

Rails 3: A/B Testing App Features

开发者 https://www.devze.com 2023-04-12 12:05 出处:网络
What\'s the best way of AB Testing new features and keeping track of the results? Re开发者_StackOverflow社区gards,

What's the best way of AB Testing new features and keeping track of the results?

Re开发者_StackOverflow社区gards, Donald


There's a gem called Vanity which is designed for A/B testing in Rails (and appears to work in Rails 3).

Here's a tutorial on Vanity.


I've just released a gem that integrates the Google Analytics Experiments API with Rails. It is pretty full-featured and the reporting is right in Google Analytics. It uses a bandit algorithm, allows you to specify a subset of the audience to test and more.

https://github.com/dlangevin/gxapi_rails


I've personally used split and I've found it to be quite nice, especially with respect to the dashboard it provides for you.

0

精彩评论

暂无评论...
验证码 换一张
取 消