- 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
This can be in an already created A/B test, rollout, segment, or rule.
is (equals), is not (not equals), in (one of many) or
not in (not one of many).
The
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
This can be in an already created A/B test, rollout, segment, or rule.
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
This can be in an already created A/B test, rollout, segment, or rule.
Holdbacks are defined on surfaces. To create a new holdback, go to the surface’s settings page. Learn more about holdbacks in the surface settings documentation.
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
This can be in an already created A/B test, rollout, segment, or rule.
AND (on iOS OR Android).
Related Resources
Audience Reference
Deep dive into targeting and allocation
Create Segments
Define reusable user groups
Context Schema
Configure available targeting attributes
Surface Settings
Configure holdbacks and exclusivity groups
Target with Criteria API
API reference for targeting

