Questions tagged [abtest]

A controlled comparison of the effectiveness of variants of a website, email, or other commercial product. Usually, a novel or treatment condition is compared against a baseline or control condition to determine the effect of the treatment condition.

A/B test, or split test, is a business term for an experiment in which users are randomly exposed to one of several variants of a product, often a website feature.

The Response or Dependent Variable is most often count data (such as clicks on links or sales) but may be a continuous measure (like time on site). Count data is sometimes transformed to rates for analysis.

Because they create temporary variants of 'live' websites, online A/B tests must overcome several challenges not common in traditional experiments of human preference. For example, differential caching of test versions may degrade website performance for some versions. Users may be shown multiple variants if they return to a website and are not successfully identified with cookies or by login information. Moreover, nonhuman activity (search engine crawlers, email harvesters, and botnets) may be mistaken for human users.

Useful References:

Kohavi, Ron, Randal M. Henne, and Dan Sommerfield. "Practical Guide to Controlled Experiments on the Web: Listen to Your Customers not to the HiPPO." (2007).

Kohavi, Ron, et al. "Trustworthy online controlled experiments: five puzzling outcomes explained." Proceedings of the 18th ACM SIGKDD international conference on Knowledge discovery and data mining. ACM, 2012.

71 questions
2
votes
1 answer

Sitecore 8.1 A/B testing: How can I change the section position when I am performing testing

I am working on the Sitecore A/B testing and I would like to test my A version with my product section on the top, while in B version, my whole product section is on the bottom? I have tried to figure it out in the Sitecore Jetstream demo site first…
Jimmy Wong
  • 221
  • 2
  • 4
  • 9
2
votes
2 answers

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 having to copy all the files from one dir to…
stagas
  • 21
  • 1
2
votes
4 answers

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, I would use AB testing to randomly assign each…
mojones
  • 1,640
  • 3
  • 15
  • 26
2
votes
1 answer

Analytics Experiments Dynamic URLs

I have a lot of product pages like this: www.example.com/catalog001/item123 www.example.com/catalog002/item321 www.example.com/catalog002/item567 Every catalog and product(item) have its own numeric id. Product pages are similar. Just different…
Toon
  • 652
  • 1
  • 11
  • 24
1
vote
1 answer

how to run Two Proportion Z-Test if I run the test over entire population

I know Z test is applied for Test concerning two proportions. Let there be two treatments with population proportions p1 and p2 and sample sizes of n1 and n2 respectively. Samples associated with a certain event are x1 and x2 with the respective…
Exploring
  • 2,493
  • 11
  • 56
  • 97
1
vote
0 answers

Firebase A/B testing from Backend

it is possible to configure firebase A/B testing from backend? I want to be a proxy from our front-ends (app, web) customers. But i cannot find any APIs or Documentation from backend.
1
vote
1 answer

Will A/B testing(using google optimize) give the same result for a specific user during the experiment?

I am setting up A/B testing for one of my angular single page application. During the experiment, if a user clears the cookies, will he/she view the original website or the different version of the website? In short, will the user see the same…
Moni_1111
  • 11
  • 3
1
vote
1 answer

Google Optimize AB Test variant preview not showing

I have problens sharing my AB tests. I see the Variants working on Chrome, but if I use for example Incognito mode or Firefox it does not show. I have tested using the share preview links and even logging in on these browsers and launching the…
MiguelRivero
  • 137
  • 1
  • 9
1
vote
1 answer

What should the default power be in power.prop.test?

Is there an industry standard for the power section of the power.prop.test? I am using the function to find p2 but not sure what is the standard for power. power.prop.test( n= 6289195, p1=0.004, power=0.8, sig.level=0.05, …
nak5120
  • 4,089
  • 4
  • 35
  • 94
1
vote
1 answer

power.prop.test function not interchangeable

I am using the power.prop.test function in R. I am doing an A/B Test where I am determining the lift from a minimum amount of impressions per group in order for the A/B Test to be significant. When I run the function like below, I get the second…
nak5120
  • 4,089
  • 4
  • 35
  • 94
1
vote
2 answers

ab testing for product features

If Yelp wanted to understand if ratings helped users pick a listing, and we use the CTR as the success metric to run the ab test, how do we know that a significant change in CTR is due to just the ratings and not other parts of the listing like the…
jxn
  • 7,685
  • 28
  • 90
  • 172
1
vote
2 answers

A/B Testing with support of Appcelerator Titanium?

I would like to know if there is any reasonably good platform for A/B testing that supports Appcelerator Titanium? So far I have not been lucky in finding one.
1
vote
0 answers

nginx can't proxy_pass request using map cookie

I want to use cookie to indicate which backend server to perform the request. here is my configuration: upstream backend_prod { server 127.0.0.1:8080; } upstream backend_abenv { server 127.0.0.1:9090; } map $COOKIE_backend $gated { …
julian0zzx
  • 263
  • 2
  • 8
1
vote
1 answer

How to A/B test an entire website design

We're building a new website design and instead of cutting over to it 100%, we'd like to ease into it so we can test as we go. The goal would be to have users that visit http://oursite.com to either get the "old" website or the new, and we could…
scottystang
  • 351
  • 6
  • 22
1
vote
3 answers

Umbraco: A/B testing, links in structure

I'm having a problem when trying to A/B test certain nodes in my node-tree in Umbraco. What I want to do is to copy a node in the node-tree to a specific spot and use that B-structure to see which of the structures works best, using Google…
David Nyqvist
  • 51
  • 1
  • 8