A/B Testing
To enable A/B testing, add the following attribute when inserting the script:
<script type="module" ... pleasepoint-ab-test-percent="5"></script>
In this example, 95% of the users will see the regular recommended products (case A) and 5% will see the test products (case B).
The origin of the test products can be configured in two ways:
1. Using a fixed list of products
Set the product ids using following attribute:
<!-- HTML -->
ab-test-default-products="['prod1','prod2']"
// Javascript
abTestDefaultProducts: ['prod1','prod2']
2. Using the best-sellers engine
Make sure to include the best-sellers-engine
attribute in the widget setup.