You are being served version C of the page undergoing A/B/C testing
This is a demonstration of how Bayesian A/B testing works using Django. This page can be replaced by any View that you may want to test in your application.
If you see this page, an Impression has been registered. You may reload this page to let the algorithm assign you a different (or possibly the same) version.
To register a Conversion, click the Add To Cart button below. Doing so will increment conversions for this version by +1 and refresh this page. This is to simulate the metric which we are trying to increase, or test for. In this case, we are measuring to see which version of the page will result in more Add To Cart events.
Dashboard - To see an overview of the Bayesian A/B testing results for this experiment. Click Here
This version was served to you using the Thompson Sampling algorithm and currently has:
- 0 Impressions
- 0 Conversions
- 0.000 Conversion Rate
As this is a demonstration of A/B testing. Do take note of the following:
- Sticky Sessions is turned off. That means that this test does not remember the previous version that was assigned to your page request, allowing you to possibly see different versions as you refresh the page. By default, sticky sessions is turned on.
- The same user / session can generate repeated impressions and conversions in this demonstration. However, you may want to count only unique impressions and conversions to ensure that observations are independent of each other. This can be toggled in ab_assign function. By default, non-unique impressions and conversions are registered.
A/B Test Campaign ID: eec7dbc2-eb60-4aad-8756-f5317c5254c5
User Session Key: None