Hi GB team, how to define a target group of users ...
# ask-questions
p
Hi GB team, how to define a target group of users with simple rule? I’m looking for a list of user uuids with OR relationship but it seems only AND relationship is offered. Do I have to use mongo query syntax in this case?
f
There is an operator
is in the list
where you can specify a comma-separated list of ids
p
oh cool, thanks Jeremy
@future-teacher-7046 I could also use multiple overriding rules to achieve the same, right?
f
Yes, that works too
p
What would be the difference between the two options?
f
Using a comma-separated list is easier since there's only one rule to deal with. Using separate rules is more flexible since you could have completely different targeting conditions or experiment settings.