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
0
votes
0 answers

Is there a way to insert JQuery/Javascript in Google Optimize?

I am adding jQuery to my website with Google Optimize. And I get this error in the console: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('') does not match the recipient window's origin ('') Is there a way to…
0
votes
1 answer

Divide into 2 groups in Tableau

For AB test purposes, I want to make in Tableau 2 groups of the users that participated in the test. I have their PINS as identifiers. How can I divide them into 2 groups? Thanks
0
votes
1 answer

visual editor in google optimise

My client wants to improve coupon usage in cart page which will act as a typeahead component. He wanted to test with Google Optimise(A/B testing). Current cart page: Just a coupon textbox and apply button. Variation: suggestion textbox(like…
0
votes
1 answer

Potential Flaw - Firebase unreasonable results in AAB testing

I am running an AAB test, which means there are two control groups in the test to make sure the population distribution is correct. And the results tell me that the duplicated control group show positive results than the original group. I duplicated…
0
votes
1 answer

Trying to move from Angular 1.5x to ReactJS, what is the best way to A/B test and experiment with the views?

So, I have been moving part of the UI code to ReactJS, for instrumentation I wanted to A/B test my app, so that it can be easily configured. I heard from somewhere that Intuit's Wasabi is a great framework but i disliked its overhead of setting up…
0
votes
0 answers

Determine Lift from power.prop.test a/b testing

I am using the power.prop.test function for A/B testing. Based on the amount of impressions per group in an A/B test, what would would be a statistically significant lift? The control group would have a proportion of 0.004. If I run the following…
nak5120
  • 4,089
  • 4
  • 35
  • 94
0
votes
1 answer

If i run multiple experiments at the same time, will the experiments not affect each other?

I read here(https://firebase.google.com/docs/remote-config/abtest-config) that I could run up to six experiments at the same time. "To start your experiment, click Start Experiment. You can run up to 6 experiments per project at a time." If i run…
0
votes
1 answer

How to measure a model after A/B testing?

I am working on a system that has worked for years and now they decided to add a recommendation engine. After doing the A/B testing, we will decide on a model. Now, is there a way to measure how good this model is performing?
Gregorius Edwadr
  • 399
  • 1
  • 3
  • 14
0
votes
1 answer

A/B Test a Page Step in a Single Page without a new URL

I am trying to figure out how to run an A/B Test for a change on a Page Step for a Single Page. The idea is we have a payment flow with several page steps each containing a form. We'd like to swap out forms and test how our users react. We are…
Actarius
  • 49
  • 4
0
votes
1 answer

A kind of A/B testing when B is a fallback

Actually better term may exist for what I need, but I am not aware of it and would be grateful to anyone who suggests one and/or edits the subject of the question appropriately. Consider web api service S which is deployed to production server.…
Pavel Voronin
  • 13,503
  • 7
  • 71
  • 137
0
votes
2 answers

Not getting the start or create a test option in sitecore 8.1

I am trying to do AB testing with workflow in Sitecore 8.1. I have already created the test variants in Test the Component Box. Those variants are also stored under the Test Lab in the Marketing Control Panel. But if i am trying to save the item…
0
votes
0 answers

Can I fit enough useful A / B testing data into 30MB or 100MB of Redis on Heroku?

Ok this question is admittedly coming from an interest in not spending money I don't have to. And I know it's hard to "estimate" this kind of thing. But maybe someone out there feels they have a confident ballpark figure they could offer. I want to…
pixelearth
  • 13,674
  • 10
  • 62
  • 110
0
votes
1 answer

How to display the Vanity Dashboard in another server?

I am using Vanity in Server A. But for the dashboard, I want to display it on Server B. Steps Done: Added gem 'vanity' in the Gemfile Added vanity.yml (used same database as Server A) Added vanity controller But all I see now when I go to…
Catherine
  • 95
  • 1
  • 10
0
votes
1 answer

Determine sample size for A/B testing, more than 2 variants

What R function should we use if we want to decide the sample size for such a test: 10 ads, we want to use a test to decide which ads has the best click through rate. We are able to count the flow and click throughs.
0
votes
1 answer

Z Test of Proportions - Solve for minimum proportion to reach significance

The following equation provides the test statistic used in the Test of Proportions. For a proposed a/b test, I am attempting to show the minimum value needed for the treated group (p2) to show a statistical significance at a 95% confidence level. In…
Mark Wagner
  • 363
  • 2
  • 7