polite-afternoon-32745
05/19/2025, 2:37 PM25 users (21.01%) saw multiple variations and were automatically removed from results. Check for bugs in your implementation, event tracking, or data pipeline.
My implementation:
HTTP SDK in next.js w/ GA4 & BigQuery
<Script
strategy="beforeInteractive"
src="<https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>"
async
data-api-host="<https://cdn.growthbook.io>"
data-client-key="[REDACT]"
data-decryption-key="[REDACTED]"
/>
Now i can appreciate that id
which is passed in will come from gbuuid
and my reports will be based off google analytics anon_id
and that there is scope for those to deviate, what I didn't expect was that by using CMD+R i could get myself from variant 0 to variant 1
Reprod (demonstrated in this loom)
I go to a page where the experiment is (e.g https://www.addtoevent.co.uk/listings/singers)
Observe from dataLayer that I am variant 0, hit CMD+R and see that I am variant 1 and compromised
Does anyone know why that might occur?
I've not made any changes to an inflight experiment.
any pearls of wisdom greatly appreciated.polite-afternoon-32745
05/19/2025, 2:37 PMdata-use-sticky-bucket-service="cookie"
to prevent this, so will look to see if tha tresolvs, although this is still not the behaviour i'd expect from the vanilla HTTP SDKstrong-mouse-55694
05/19/2025, 3:44 PMpolite-afternoon-32745
05/19/2025, 3:55 PMstrong-mouse-55694
05/19/2025, 4:12 PMstrong-mouse-55694
05/19/2025, 4:13 PMstrong-mouse-55694
05/19/2025, 4:14 PMpolite-afternoon-32745
05/19/2025, 6:48 PMstrong-mouse-55694
05/19/2025, 8:31 PM