Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityDoc feedbackLog In
GitHubNuGetDev CommunityDoc feedback
Hey! These docs are for version 2.0, which is no longer officially supported. Click here for the latest version, 3.0!


By default, your experiments in an Full Stack project may overlap with one another, so a single user could be exposed to multiple experiments at the same time. Mutually exclusive experiments help you ensure that a single user can't be exposed to two different experiments running at the same time by ensuring that users are only exposed to one particular experiment.

For example, imagine that you're running two experiments that test the same algorithm. Users who see both experiments could cause interaction effects that taint your experiment results by behaving differently from users who see each experiment in isolation. To clearly understand the impact of each set of changes, make the two experiments mutually exclusive.

In Full Stack projects, you can make two or more experiments mutually exclusive to each other using **exclusion groups**. Using exclusion groups does not require any change in the SDKs. The `Activate`, `Is Feature Enabled`, and `Get Variation` methods automatically evaluate whether an experiment is in a group and assign users to the appropriate experiment and variation. For more information on how mutually exclusive experiments work and recommended best practices, see [Mutually exclusive experiments](🔗).

## Create an exclusion group

To create an exclusion group:

  1. Navigate to the _Experiments_ dashboard and select the _Exclusion Groups_ tab.

  2. Click _Create an Exclusion Group_.

  3. Name and describe the exclusion group.

  4. Click _Create Exclusion Group_.

1437


## Add an experiment to an exclusion group

To add an experiment to an exclusion group:

  1. Click the experiment name.

  2. In the _Experiment Traffic Allocation_ section, select the exclusion group from the drop-down menu under _Add this experiment to the following exclusion group_.

  3. Add the percentage of the exclusion group traffic that should be allocated to the experiment.

  4. Click _Save Experiment_.

986


## Remove an experiment from an exclusion group

Remove finished experiments from the exclusion group to make space for other experiments.

  1. Click the experiment name.

  2. In the _Experiment Traffic Allocation_ section, select _None_ from the drop-down menu under _Add this experiment to the following exclusion group_.

  3. Click _Save Experiment_.

1020


## Archive and unarchive an exclusion group

To archive an exclusion group:

  1. Navigate to _Experiments > Exclusion Groups_.

  2. Click the Actions icon (**...**) to the right of the exclusion group you want to archive.

  3. Select _Archive_.

2040


To find archived exclusion groups and unarchive them:

  1. Navigate to _Experiments > Exclusion Groups_.

  2. Filter the list to show your archived exclusion groups.

  3. Click the Actions icon (**...**) to the right of the exclusion group you want to unarchive.

  4. Select _Unarchive_.

1986