Hey :wave: is there a way I can make it so that th...
# announcements
h
Hey 👋 is there a way I can make it so that the 50/50 split on an experiment is done by an id being odd/even rather than just randomly?
h
Not at the moment, no. Our hashing algorithm is baked in to our SDKs for consistency.
h
Gotcha, thanks!
f
You can do it
you can create two experiment rules, and set the same tracking key for both. Set one to 100% to A and set the targeting attribute to regex on the ID, and add a regex to allow even numbers
then create a second rule set to 100% to B - no targeting rule required, as rules are executed in order
😯 2