Optimizely will be sunsetting Full Stack Experimentation on July 29, 2024. See the recommended Feature Experimentation migration timeline and documentation.

Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySumbit a ticketLog In
GitHubNuGetDev CommunitySumbit a ticket
These docs are for v2.0. Click to read the latest docs for v3.0.

Manage experiments

Use the Experiments dashboard in Full Stack to pause, archive, and change experiments.

1586

Pause an experiment

To pause a running experiment, click the Actions icon (...). Choose Pause from the dropdown menu for the environment you want to pause. After pausing an experiment, all users will start to receive the original experience.

1587

Pause a variation

Once you've started an experiment, you cannot delete a variation. However, you can pause variations instead. When you pause a variation, traffic from that variation will be redistributed among the experiment's other variations, but the results will still be accessible for the paused variation.

785

Clicking Confirm alerts Optimizely to stop sending traffic to Var1. However, the variation can be un-paused later by clicking _Resume.

All previous results are still available for any resumed variations.

794

User profiles and sticky bucketing

Pausing a variation is only necessary if you are using Optimizely's user profiles feature. User profiles allow Optimizely users to ensure variation assignments are sticky in any SDK.

If you are working with user profiles and want to ensure that a variation no longer receives any new traffic, you have two options:

  • Pause the variation, which ensures that it will no longer receive any traffic.
  • Set variation traffic distribution percentage to zero, to ensure the variation will no longer receive new traffic, while users who have previously been exposed to the experiment will remain in their assigned variation.

If you haven't implemented user profiles in the SDK, pausing a variation is no different than setting that variation's traffic distribution percentage to zero.

Archive and un-archive an experiment

Archive an experiment to remove it from the Experiments dashboard. Optimizely keeps your experiment data, so you can unarchive the experiment later if you wish.

To archive an experiment, click the Actions icon (...) for the experiment and choose Archive from the dropdown menu.

1187

To unarchive an experiment:

  1. Click the filter menu and choose Archived from the dropdown.
  2. Click the Actions icon (...) for the experiment.
  3. Choose Unarchive from the dropdown menu.
1174

Change experiment parameters

🚧

Important

Be careful when you’re changing experiment parameters, especially the experiment key and variation keys for a running experiment.

Don’t change the experiment key or variation keys unless you’re making the corresponding changes in your code. If you use a key that isn’t referenced in your code, no traffic will be sent to that experiment or variation.

You can change the experiment parameters, such as traffic allocation, variations, audiences, and events directly in the Experiments dashboard.

  1. Click the experiment name to open it.
  2. Change your experiment parameters as desired.
  3. Click Save Experiment.

Changing your experiments will update your project’s datafile within a few seconds. It may take some time before your experiments are updated in production, depending on how often you retrieve datafile updates.

If you want your experiments to update in real-time, use webhooks to receive datafile updates.