Why am I not seeing results in my A/B test?
Learn why your A/B test may not be showing results and how to troubleshoot common causes.
FAQ
Why am I not seeing results in my A/B test after starting and publishing it?
If staging is enabled on your project, you still need to deploy the latest version to make all variants visible to your site’s visitors.
How can I confirm that my A/B test is working if I haven't had any visitors yet?
The tested page might not receive much traffic. To confirm the A/B test is working, open the page on several devices and ensure the conversion event is triggered.
What should I check if my site is behind a reverse proxy and A/B tests aren't working correctly?
A/B tests use the Server-Timing header to dynamically assign variants across your site. Misconfigured proxies—such as those that cache responses or modify headers—can interfere with this process. Make sure to disable caching, preserve the Server-Timing header, and use browser developer tools to verify that the Server-Timing header is present and that A/B tests function correctly.
Updated