It depends a little on your application, but it's typically used to experiment on users who are not logged in. So session id, device id, fingerprint, cookie id, or similar.
q
quaint-scientist-80204
11/21/2021, 8:57 PM
ahh okay got it
okay yeah so we bin experiments as the session level
so I may just assign session id for boh
both*
f
fresh-football-47124
11/22/2021, 11:42 PM
yes, that would work
q
quaint-scientist-80204
11/23/2021, 3:49 PM
if we bin at sesssion_id, is there a way we can use user_id
our worry was always if we did analysis at user level
chance a user could see both segments
f
future-teacher-7046
11/23/2021, 4:08 PM
There's no way to 100% stop people from seeing both variations. They could clear their cookies, switch to a phone, etc.
We don't do this yet, but we plan to add some data quality checks for this. We can alert on the number of users who saw multiple variations and remove them from the analysis.