Hi! I want to limit the amount of users that can j...
# ask-questions
a
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
there are a few ways you could do this
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.
if you need it exactly 8k, you could use remote evaluation
or you can always wrap the assignment in whatever custom logic you like