hey team - what is the expected behavior os a setu...
# ask-questions
c
hey team - what is the expected behavior os a setup like this: Basically 2 Percentage Rollout rules with the same sampling variable and targeting attributed, but different forced values, both at 50%. I’m not sure which of the following options are true: • Scenario 1: Hashing is on the same
id
, so the randomization is equal and thus only 50% of users get the first one, but no users get the second rule. • Scenario 2: hashing is different, so 50% of users get the first one, and of the 50% remaining users that didn’t get the first rule, 50% of them get the second rule, so the outcome is 50% of users get the first one and 25% of users get the second one? • Scenario 3: Something else?
s
I believe Scenario 1 holds here, for the reason you listed.
c
got it, interesting
i’d love a feature to do percent rollout of multiple values, without having to use Experiment as a workaround