2

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.

Jörg Steinhauer
  • 137
  • 2
  • 10
  • Preview modes are still available in Optimize, just like during the test design phase. Is there a specific use case, where it not sufficient? – kgrg Oct 02 '20 at 10:09
  • Unfortunately, Preview mode is not enough. I need to show some external people, who don't have access to Google Optimize, a specific variant. – Jörg Steinhauer Oct 03 '20 at 20:26

1 Answers1

4

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

Codekie
  • 7,574
  • 3
  • 18
  • 26