https://www.growthbook.io/ logo
h

helpful-gold-88998

08/18/2023, 7:27 PM
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

helpful-application-7107

08/18/2023, 7:43 PM
Not at the moment, no. Our hashing algorithm is baked in to our SDKs for consistency.
h

helpful-gold-88998

08/18/2023, 7:45 PM
Gotcha, thanks!
f

fresh-football-47124

08/21/2023, 3:37 AM
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