
Preview modal → Forced Variation tab.
When to use it
- Walking a stakeholder through the site. Preview URLs show one variant on one page; forced variation lets them click around in the variant across the whole site.
- QA on multi-page flows. Send yourself into Variant B, then click through the entire funnel to make sure nothing breaks downstream.
- Debugging an issue reported for a specific variant. Pin yourself in and reproduce.
How
The Preview modal has a Forced Variation tab. Pick an experiment, pick a variant, click apply. A session cookie is written on your domain that tells the snippet “always pick this variant for this experiment, for the rest of this session”. You can pin yourself into multiple experiments at once, each is a separate row in the tab.What “session” means
- Ends when you close the browser, or after one hour, whichever comes first.
- Does not survive a browser restart.
- Applies only to the browser you set it in, not across devices.
What it does not do
- Does not affect your results. Forced-variation exposures are suppressed the same way preview exposures are, no beacon lands, no MTU is counted.
- Does not override the visitor opt-out URL. If you have opted
yourself out with
?abtestly_optout=1, forced variation cannot bring you back in. Deliberate; opt-out is a user-respect feature and QA does not get to bypass it. - Does not apply to visitors other than you. Forced variation is per-browser, per-session, sharing your session cookie would not even do it (the cookie is scoped to your browser instance).
Ending it
- Close the browser (or wait an hour).
- Or return to the Forced Variation tab and click Clear.