straight-agent-66253
08/06/2024, 7:25 PM<head>
...
<!-- Growthbook -->
<script>
const devMode = localStorage.getItem('devMode')?.toLowerCase();
window.growthbook_config = window.growthbook_config || {};
window.growthbook_config.enableDevMode = window.Shopify?.theme?.role !== 'main' || devMode === 'true';
</script>
<script
async
data-client-key="sdk-QnM1u88NYaRA75z"
data-use-sticky-bucket-service="cookie"
src="<https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>"
></script>
</head>
And in my redirect experiment, I'm getting a sample mismatch error. The test is a 50/50 split, but looking at the counts, it looks like there's more traffic hitting the control than the variant, and not evenly split. I'm not sure if I'm doing something wrong in my set up or what.rhythmic-agent-34208
08/06/2024, 8:06 PMwindow.growthbookÂ_config.navigateDelay = 300; // Adjust this value as needed
straight-agent-66253
08/07/2024, 1:26 AMrhythmic-agent-34208
08/07/2024, 1:23 PMstraight-agent-66253
08/08/2024, 5:43 AMstraight-agent-66253
08/09/2024, 1:43 AMrhythmic-agent-34208
08/09/2024, 4:15 PMstraight-agent-66253
08/12/2024, 4:57 PMrhythmic-agent-34208
08/12/2024, 7:34 PM