Tagged Questions
The split-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
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
...
5
votes
2answers
188 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: ...
3
votes
5answers
233 views
How to setup split test?
I want to create a way to test different layouts on a page to see which get more conversions.
For example. If I have 2 versions of a page and I send 50% to page A and 50% to page B and see which one ...
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?
3
votes
2answers
879 views
A/B testing and stats solutions
I've been looking for a good testing framework for months, not finding anything, so I've just been building my own.
This is what I want to do:
- track arbitrary behaviors (e.g. # of photos viewed, # ...
2
votes
2answers
206 views
What resources are there for A/B split-testing in Python?
There are several A/B split testing modules/plugins for Rails.
http://github.com/paulmars/seven_minute_abs
http://www.bingocardcreator.com/abingo
http://vanity.labnotes.org/
etc.
Is there anything ...
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
16 views
Looking for a tool or service that can grab data via REST and send a report via email
Here's my situation.
I'm working with service (Adobe's split testing tool - Test&Target) that has a REST API to download report data.
I'm looking for a solution to be able to automate ...
1
vote
1answer
142 views
Google Website Optimizer Validation
Hey all. I'm attempting to run a multi-variant test on a page, and just have a quick question on validation. Due to the size of the site, and the volume of visitors, we are going to segment the test ...
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
1answer
55 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
9 views
How can I set an ignore result using a/bingo split tests with Rails?
I am using a/bingo to test two different home pages that includes a facebook/login registration button.
I want to measure the conversion difference between the two pages for new users signing up for ...
0
votes
2answers
48 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
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
0answers
54 views
recommended site structure for GWO test - where I want to use a URL split test
So I have a curly question with GWO:
we have a webpage, with a home user product (the home page) and a business user product
I want to setup a URL split test, with the goal being to look at revenue ...
0
votes
2answers
209 views
Joomla split testing using static HTML pages
Doing an A/B split test on a Joomla install with Google Web Optimizer. The elements that are changing in the split test variations live in the header/menu of the site and not in the content areas.
...
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
339 views
Google Analytics not tracking e-commerce on crossdomain implementation
Here's our setup:
1) Primary site contains an e-commerce solution that uses GA to track everything and is doing it as required. The tracking code on every page is as follows:
var pageTracker = ...