Hello, i want to know user split criterion on feat...
# ask-questions
b
Hello, i want to know user split criterion on feature flag with Experiment Rule. i set this Experiment Rule like this: • SPLIT:
user_id
• INCLUDE: 100% of users in the Experiment • SERVE: "A"(Control, 50%), "B"(Variation 1, 50%) • TRACK: the result using the key
test
as i know, growth book use hash algorithm to decide user variation. so if i input same user id(
user_id
) and experiment key(
test
), it always outputs same variation. is it correct?
f
that is correct
that is what you would expect for the same user id
b
thank you for your kind reply. i will share this useful information to my team