To read about how to use mutually exclusive groups for web experimentation instead, refer to this help doc.

Setting up mutually exclusive groups
- Define the experiment group: Determine which feature flags (and their experiments) should be mutually exclusive. For example, all experiments modifying the checkout flow could be grouped together.
- Tag the experiment: Use the naming convention “ME-GROUP-{GROUP NAME}” to tag each experiment in the group, such as ME-GROUP-A. This tells Kameleoon to enforce mutual exclusivity within the group.
- You can tag flags at creation, or by clicking an existing flag’s three-dots menu and selecting Manage tags.
Example of a mutually exclusive group
Imagine you are testing different variations of your checkout experience:- Group A: Experiment 1 (new checkout flow) and Experiment 2 (one-click checkout)
- Group B: Experiment 3 (up-sell recommendations) and Experiment 4 (discount banner placement)
- A visitor will see either Experiment 1 or Experiment 2 from Group A, but not both.
- The same visitor may see either Experiment 3 or Experiment 4 from Group B, but not both.