Hi, I'm confused about the randomisation in my tes...
# ask-questions
r
Hi, I'm confused about the randomisation in my test setup. So for example, I started 3 similar A/A tests within a few minutes, and now for all my tests I get more or less identical results, which makes me believe all users are assigned to the same variant in all three tests. Why is that? I'm using pseudo id as identifier in the experiment assignment query
f
are you using the same experiment tracking key?
r
hey, no. If that is the same as "Experiment key" they are similar, but differ like this: • aa-13mars • aa-13mars-2 • aa-13mars-3
f
are you using v1 assigning hash?
r
ehm, no idea. Where can I find the answer to that question?
t
@fresh-football-47124 we are running the html script tag
r
it seems like growthbook is using some kind of fallback universal id, instead of pseudo id (which is in the ga cookie) could this be the issue?
f
how many users?
the ga cookie is often too slow on initial load
the script tag served from our cdn will be the latest- and using v2 hashing
can you share the code you're injecting?
t
Users: approx 55 000 in each AA-test Script: <script async data-client-key="xxxxxxxxxxxxxx" src="https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js" >/script
We are running AA-tests so no code in the experiments.
r
@fresh-football-47124 hi, please follow up on this
f
hi - the experiment tracking key is hashed with the user id (in this case a random uuid will be generated as you havent' specified one) - and that gets a value from 0 to 1 that is used for assignment. What we would want to check is if the assignment in fact identical. Are you able to confirm they assignments are the same for each of the experiments?
r
yes, they are identical
we changed the experiment keys, separating them in a clearer way between experiments, and it seems to be working better now. But one thing I dont really understand: if I use user_pseudo_id for analyzing experiment data with BigQuery, do I also need to use user_pseudo_id for hashing in GrowthBook to keep the assignment consistent? or can I expect it to work using the standard html script tag without any attribution changes?
@fresh-football-47124