Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
341 views

A/B framework for Rails 3?

Is there anything like ABingo or Vanity that works in Rails 3? I know there's Google Website Optimizer, and Visual Website optimizer, but I need more power w/ regard to determining what is displayed, ...
3
votes
4answers
980 views

Alternatives to GWO (Google Website Optimizer)?

We're using GWO (Google Website Optimizer) now. The multivariate and A/B testing is exactly what we need and works great from the perspective of showing the variations to the users. However, we have ...
3
votes
1answer
479 views

A/B Test statistics

I am trying to do some statistical analysis of different A/B tests to see which alternative is better and have found conflicting information about this. First, I am interested in a couple different ...
2
votes
2answers
342 views

A/B test with Google Web optimizer; what cookie tells me visitor got A or B

When using Google Website Optimizer A/B split test, is there a way I can read a cookie to see which version A or B did the user get? I need to know this from a page other than the control page.
2
votes
2answers
71 views

How do you do A/B switching in a web app? (for deploying updates)

I currently have a mysite.com (A) which points to /public_html/ and a dev.mysite.com (B) which I created a /dev_html/ for that. I cloned the site but now I need a way of switching between them without ...
2
votes
4answers
291 views

A/B testing on App Engine?

What would be the simplest implementation of an A/B testing system running on App engine? I'm especially keen towards performance implications of using Datastore for back-end (with looong query ...
2
votes
4answers
85 views

Is it possible to do A/B testing by page rather than by individual?

Lets say I have a simple ecommerce site that sells 100 different t-shirt designs. I want to do some a/b testing to optimise my sales. Let's say I want to test two different "buy" buttons. Normally, ...
2
votes
1answer
285 views

Best practice for assigning A/B test variation based on IP address

I am starting to write some code for A/B testing in a Grails web application. I want to ensure that requests from the same IP address always see the same variation. Rather than store a map of ...
1
vote
0answers
34 views

What's a good way of managing A/B testing-related source?

The current method employed at our company is to have a long-lived release branch that we all develop on, with developers checking in any non-ab test code into both the branch as well as the trunk, ...
0
votes
1answer
40 views

Suggestions on a simple splittest architecture

I'm pretty new with the Play framework. I wanna make a simple splittest framework for my web solution, but I'm not quite sure how I would go about creating one. I've read pretty much all the ...