- Add attribute: Target users based on evaluation context fields like country, platform, or version.
- Add segment: Target users who belong to a pre-defined segment.
- Add holdback: Include or exclude a random subset of users defined by a holdback on a surface.
- Add group: Combine multiple criteria into a logical group with
ANDorORoperators.
Add an Attribute Criterion
Go to where you want to add the criterion in Confidence
Click + Add attribute
Type in the name of the criterion, and select its type
Select the appropriate operator
is (equals), is not (not equals), in (one of many) or
not in (not one of many).
in operator behaves differently depending on how the context value is typed:- String:
inchecks whether the entire string equals one of the listed values. It does not do substring matching. For example, iffruitis the string"Apple, Banana, Cherry", thenfruit in ["Banana"]will not match, because the full string does not equal"Banana". - List of strings:
inchecks whether any element in the list matches one of the listed values. Iffruitis the list["Apple", "Banana", "Cherry"], thenfruit in ["Banana"]will match.
Add a Segment Criterion
Use a segment criterion to target users who belong to a pre-defined segment. This lets you reuse the same audience definition across multiple experiments, rollouts, and rules.Go to where you want to add the criterion in Confidence
Click + Add segment
Select the segment
Add a Holdback Criterion
Use a holdback criterion to include or exclude a random subset of users defined by a holdback. Holdbacks are configured on surfaces and represent a stable random subset of users that you can reuse over time.Go to where you want to add the criterion in Confidence
Click + Add holdback
Select a holdback
Add a Group
Use groups to combine multiple criteria withAND or OR operators.
Groups let you build complex targeting logic beyond individual attribute criteria.
Go to where you want to add the criterion in Confidence
Click + Add group
Select the logical operator
AND or OR to control how criteria within the group combine.Add criteria to the group
AND (on iOS OR Android).

