Tagged Questions

20
votes
5answers
3k views

Any thoughts on A/B testing in Django based project?

We just now started doing the A/B testing for our Django based project. Can I get some information on best practices or useful insights about this A/B testing. Ideally each new testing page will be ...
9
votes
4answers
970 views

What is the best/cleanest way to implement A-B testing in asp.net mvc?

What is the best and cleanest way to implement A-B testing in asp.net mvc? That is, when we make new changes to an asp.net mvc web site, we want to test the new html/css/js with a certain subset of ...
7
votes
3answers
326 views

What does Simpson's paradox imply in AB testing?

I am doing A/B testing and I am facing Simpson's paradox in my results (day vs month vs total duration of the test). Does it mean that my a/b testing is not correct/representative? (Some external ...
2
votes
2answers
2k views

Testing Dynamic Pages using Google Website Optimizer

Assume I have a site which shows information regarding restaurants. All the urls are named as /restaurants/some-dynamic-restaurant-name/ eg.../restaurants/somename**1**/, /restaurants/somename**2**/ ...
1
vote
1answer
357 views

A/B testing strategies & gems for ruby on rails

I'd like to do A/B testing for my views and I was wondering what gems are out there and what strategies you can suggest. I already found http://www.bingocardcreator.com/abingo but I can't tell if ...
0
votes
1answer
138 views

a/b testing without javascript based integration

I would like to do a/b testing for my website, but I don't want to use javascript based solution such as google weboptimizer because it would affect page load times. Are there any server side ...