Hi!
I want to limit the amount of users that can join an experiment to 8000. I read about targeting rules etc. but did not find anything about capping users, is this a possibility? 🙂
f
fresh-football-47124
06/03/2025, 8:09 PM
there are a few ways you could do this
fresh-football-47124
06/03/2025, 8:11 PM
if you don't need it to be exactly 8000, you could set an attribute that updates periodically by checking the number of exposed users in this test, then use that attribute as a targeting condition to < 8000.
fresh-football-47124
06/03/2025, 8:11 PM
if you need it exactly 8k, you could use remote evaluation
fresh-football-47124
06/03/2025, 8:12 PM
or you can always wrap the assignment in whatever custom logic you like