Tagged Questions
The ab-testing tag has no wiki summary.
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
972 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 ...
9
votes
4answers
4k views
What resources are there for A/B split-testing in Rails?
Some information on A/B split-testing:
http://startuplessonslearned.blogspot.com/2008/09/one-line-split-test-or-how-to-ab-all.html
...
7
votes
3answers
328 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 ...
5
votes
2answers
191 views
Rails 3 A/B Split Test System Without Redis?
I'm looking for an easy way to integrate split testing into my Rails 3 application. I've researched and found two alternatives that seem to be up to date for Rails 3...
Vanity: ...
4
votes
1answer
308 views
A/B Testing Frameworks for PHP
What are the good A/B Testing frameworks for PHP, and why?
NOTE: I do NOT want a huge/generic framework that also has a/b testing support - I want a small framework specific to AB testing. Hence, not ...
3
votes
6answers
875 views
Good Javascript A/B (Split) Testing package/library?
My boss for some reason wants to try to implement A/B Testing (or Split Testing) in JavaScript. Anyone know of any good JavaScript packages/libraries/solutions to implement A/B Testing?
2
votes
4answers
109 views
Unity IOC Recursion - A use for interceptors?
So, I'm trying to solve a problem that I'm sure someone else has already encountered. Basically, I want the call to my IoC container to recursively resolve the dependencies, but also potentially ...
2
votes
2answers
346 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
1answer
259 views
Google Web Optimizer — How long until winning combination?
I've had an A/B Test running in Google Web Optimizer for six weeks now, and there's still no end in sight. Google is still saying: "We have not gathered enough data yet to show any significant ...
2
votes
1answer
130 views
How does Google index our site when you're doing a Website Optimizer experiment?
I'm about to use Google's Website Optimizer to do a/b testing on the home page of my site. My question is: which of the alternative pages will google's spider index? All of them? I couldn't find any ...
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
29 views
Significance test for split test with more than 2 splits
What significance test should you use for a percentage metric with more than two experiments?
For example,
Version | Clicks | Impressions
A | 5 | 1,763
B | 4 | 1,672
C | ...
1
vote
1answer
89 views
How do I track social engagement in an A/B testing using Google Analytics?
I am using Google Website Optimizer to run an A/B test. There are several conversions I am tracking:
Making a purchase.
Liking on Facebook.
Following on Twitter.
The first conversion is easy to ...
1
vote
1answer
51 views
In Google Website Optimizer, can I use a page in 2 tests simultaneously?
Best explained via example...I want:
One A/B test to alternate between PageA and PageB.
A second A/B test then alternates between PageC and PageB.
In other words, I want PageB to be and active ...
1
vote
0answers
36 views
Hypothesis testing library in c# which calcualtes pvales for comparing two proportions
Can someone point me to a library in c# which allows me to perform hypothesis testing on comparing 2 sample proportions (what wikipedia calls Two-proportion z-test). Need to compare click-throughs of ...
1
vote
0answers
71 views
A/B testing conversion paths (using django or out of the box services)
I want to have an A/B test as follows:
Control: Test percentage of users that fill out a form on the main page and click submit.
Test 1: (Form removed) Test percentage of users who click just a ...
1
vote
1answer
46 views
Any tips for deploying a new revision of a rails view?
We have a rails site up and running and we've just created a new version of the front end (completely new view, css, JS, etc).
What is the best way to partition this from the current site such that ...
1
vote
1answer
361 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 ...
1
vote
3answers
263 views
Is there a PHP CMS with builtin A/B Testing Support?
I'm about to start work on a new project and thought it could be a good time to also start looking into a new PHP CMS. I've really only spent a lot of time with Joomla, so "new" can almost be "any".
...
1
vote
1answer
172 views
Google Web Optimizer (A/B Testing) Why no clear winner?
I've previously asked how long it takes for a winning combination to appear on Google's Web Optimizer, but now I have another weird problem during an A/B test:
For the past two days has Google ...
1
vote
0answers
183 views
Selecting Users For A/B (Champion/Challenger) Testing
We have a framework that offers A/B split testing.
You have a 'champion' version of a page and you develop a 'challenger' version of it.
Then you run the website and allocate some of your users the ...
1
vote
1answer
238 views
Question about a/bingo basics (a/b testing)
from:
http://www.bingocardcreator.com/abingo/usage
#A view example with a block passed to ab_test:
<% ab_test("call_to_action", %w{button1.jpg button2.jpg}) do |button| >
<%= ...
1
vote
1answer
365 views
Google Website Optimizer Multivariate test not saving __utmx cookie?
I'm trying to run a multivariate test across 3 pages, google says this should be ok, as long as you use the same section names, it doesn't care about the url so much.
so I have checked in google ...
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 ...
0
votes
0answers
16 views
How to track a conversion with GWO without a success page
I am trying to implement Google Website Optimizer on our site to test whether a third party payment method is effective.
The provider does not forward our users onto a success page, but simply calls a ...
0
votes
1answer
58 views
How to calculate statistical significance of conversion rate of several goals?
I am making a python/django split testing or a/b testing library for my own use. However I don't know how to calculate if my test is statisically significant. I have no knowledge of statistics, so I ...
0
votes
0answers
35 views
Struts plugin for A/B testing?
I am trying to incorporate server-side A/B testing for a UI built in Java using Struts framework. Are there any good Struts plugins for the purpose?
0
votes
2answers
49 views
A/B Test solutions for a locked source code environment - server side decides which user gets which variation
I've been previously using tools such as Google Website Optimizer to run multi-variation or A/B tests. However right now I am looking for a solution that works for a larger site (400-500 000 unique ...
0
votes
1answer
145 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 ...
0
votes
0answers
14 views
How can I quantify the conversion improvement of a successful Split Test?
Let's say I've made a split test (A/B Test) on my webshop and I got a result like follows:
Group A: Visitors: 10000, Conversions: 900
Group B: Visitors: 10000, Conversions: 1000 (+10%)
Common ...
0
votes
2answers
198 views
A/B GWO testing pages with dynamic urls and multiple conversion pages
I have a site which shows information regarding products. I have dynamic product pages that follow this URL structure: http://www.site.com/product-title/id where id is a product id (if it matters, ...
0
votes
1answer
82 views
Is Google Website Optimizer omitting my query data transfer?
Symptom: I'm running a Google Website Optimizer A-B test on a web page, which is reached after the user fills out a form. The form data appears to arrive successfully when GWO does not fire a ...
0
votes
1answer
120 views
Split Testing and Optimization Techniques
For example we have 5 landing pages, running under the same URL, being served randomly based on their weightage.
What I want is to check which page is converting more and increase it's weightage ...
0
votes
1answer
95 views
A/Bingo not writing conversions correctly?
I'm using A/Bingo for Rails, and it seems to be working fine, except for counting conversions. It looks like conversions for the first user that converts are counted, but then it gets stuck and ...
0
votes
0answers
452 views
Nginx A/B testing
I'm trying to do A/B testing and I'm using Nginx fo this purpose. My Nginx config file looks like this:
events {
worker_connections 1024;
}
error_log ...
0
votes
1answer
146 views
Rich Client A / B Testing in .NET
Has anyone done much A/B testing with a rich client (i.e. WinForms or WPF) application?
I am interested in deployment strategies that make sense for this scenario.
It seems like ClickOnce deployment ...