Hi, I’m having an issue with an experiment setup. I’m running an experiment on my signup page using C#. I generate a UUID, store it in a cookie, and use it as the hashing attribute for assigning users to a variation. After the user completes signup, they proceed to the setup page (built with JavaScript), where I read the same UUID from the cookie to ensure they see the same variation.
However, the variation on the setup page doesn’t match the variation assigned on the signup page. Both pages are configured to use the same experiment and UUID. Could you help me figure out why this is happening? it said multiple exposure warning issues while running experiment
🙌 1
f
fresh-football-47124
12/24/2024, 5:07 AM
hi Pheeraphat
fresh-football-47124
12/24/2024, 5:08 AM
are you using the same SDK on both?
fresh-football-47124
12/24/2024, 5:08 AM
oh, JS one
fresh-football-47124
12/24/2024, 5:08 AM
can you make sure that the assignment hash is v1?
s
stale-cartoon-37347
12/24/2024, 5:10 AM
I already use the v1 hash but sdk is not the same
f
fresh-football-47124
12/24/2024, 5:19 AM
are you're sure the UUID's are identical? can you make a quick test case to confirm? (like in a JS fiddle?)
s
stale-cartoon-37347
12/24/2024, 5:58 AM
Yes this is my example
"user_id","count_variation"
"002f62af-4bef-4cde-bece-dde616f025ef",2