Jörg Steinhauer
Jörg Steinhauer

Reputation: 147

Force a specific test-variant as preview in google optimize

is it possible forcing to see a specific test-variant in the browser/preview?

I have AB Test and it's already running. Now I want to see only variant A or variant B - how can I force the specific variant? Maybe with some URL parameters.

Upvotes: 2

Views: 2462

Answers (1)

Codekie
Codekie

Reputation: 7834

You can modify the last digit in the _gaexp cookie, using the browser dev tools, to force a specific variant.

https://support.google.com/optimize/thread/16756967?hl=en&msgid=16794463

Upvotes: 4

Related Questions