Hey all :wave: I’m trying to use namespaces for my...
# ask-questions
e
Hey all 👋 I’m trying to use namespaces for my 2 experiment that are ran on the same page. Do I get correctly that users first get value for a namespace, which defines the experiment they’re gonna be part of and then fall in the feature condition, which defines their groups in this experiment? What should I do in order to avoid SRM issues that might be caused by this?
f
yes, correct
you won't get SRM errors
so if you set the experiment to 50% of the namespace, it will select for the namespace first, then assign from that pool of users
e
Great, thanks! 🙌