Questions tagged [ab-testing]

A/B testing, split testing, or bucket testing is a controlled comparison of the effectiveness of variants of a website, email, or other commercial product.

From Wikipedia:

A/B testing, split testing or bucket testing is a method of marketing testing by which a baseline control sample is compared to a variety of single-variable test samples in order to improve response rates. A classic direct mail tactic, this method has been recently adopted within the interactive space to test tactics such as banner ads, emails and landing pages.

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, on-line 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.

439 questions
0
votes
0 answers

Getting API Parameter Data from Google Optimize

Is there a way to get Google Optimize to return specific data values or even JSON objects for use with experiment callbacks? We are using Google Optimize without using the visual editor. Instead, we simply want it to indicate which layout pattern to…
Will Reese
  • 2,801
  • 2
  • 15
  • 27
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

Need of bonferroni correction in A/B testing

I am a newbie in the field of Data Science. I came across the below statements which read: More metrics we choose in our A/B testing, higher the chance of getting significant difference by chance. To eliminate this problem we use Bonferroni…
0
votes
1 answer

Can I create a single Redirect Test for my create and edit page in Google Optimize?

We are trying to run a Redirect Test with Google Optimize on our booking page. So basically there are two different page that we want to test. But each page, has two different URL. One for create and another for edit. For example: Variant…
IrvanFza
  • 180
  • 2
  • 15
0
votes
1 answer

A/B Testing Emails - Adding another utm- variable

I run a script on a local computer which sends out "review request emails" to customers who bought an item from a particular website. I have the website linked up to analytics so I can see how effective the emails are, and I make each link on the…
TKoL
  • 13,158
  • 3
  • 39
  • 73
0
votes
1 answer

How to add JS to Head tag in Odoo

I need to add a JS script (for A/B Testing) that needs to be executed in the Head tag. How can I ensure that in Odoo that JS I add is added in Head tag and not body or later?
looneykid
  • 29
  • 4
0
votes
2 answers

Wasabi and Planout AB Testing

I would like to know wasabi (https://github.com/intuit/wasabi) and planout (https://facebook.github.io/planout/docs/why-planout.html ) ab testing open source components are javascript based or reactjs based. I have not found anywhere about this.…
Stella
  • 1,728
  • 5
  • 41
  • 95
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

How to A/B split test a Wordpress header content?

On this site, I have in my header.php file, the code below. Embedded so that it shows up right under my menu on all my pages. (Note. It is set to display: none; on the homepage.)
sparkie the DOG
  • 123
  • 1
  • 7
0
votes
0 answers

A/B testing for microservices architecture and complex business processes

I am looking for best practices and approaches of using A/B testing in microservices architecture. Our client would like to use A/B testing in one of upcoming products, it is why we should propose the set of tools and practices for that in next…
Anuar Nurmakanov
  • 369
  • 8
  • 18
0
votes
2 answers

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. Because of this, I need to use static HTML pages…
dmschulman
  • 3
  • 1
  • 6
0
votes
1 answer

How to A/B test two separate checkouts via GTM/GA

We have been developing a new checkout process and want to A/B it against our existing checkout process to see if it performs better over a specific time period. We are currently using the GTM Data Layer like so: [ { "ecommerce": { …
0
votes
1 answer

Pause the enrolment in a/b test but still have the good variant experience [Firebase]

I am wondering if it possible to "pause" the enrolment into a test but that the A/B test users still see the good variant experiment for a couple of days. When "pausing" the experiment (leading to inactivation the remote config), will the user have…
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
2 answers

How do I target a specifc folder in a url path using regex and window.location.href.indexOf()?

I am doing an a/b test that targets an element which has the same class name throughout different levels of a website: e.g url: www.sitename.com/service-provided/state/region/city. When I get to the city level page I dont want my code to run for…
kennyi
  • 23
  • 1
  • 5