Table of Contents



Overview

Three distinct verbs exist in the UI and API for handling segments - Include, Exclude, and Require.


Include and Exclude Logic

Include Verb

When a segment is "included" in the targeting of a line item, any user that is part of that segment will be targeted by the line item. When multiple segments are "included" any user that is part of one or more of those segments will be targeted by the line item.

The logical operator is OR when combining multiple "included" segments.

Exclude Verb

When a segment is "excluded" in the targeting of a line item, a user must not be part of that segment in order to be targeted. When multiple segments are "excluded" a user must not be in any of the excluded segments in order to be targeted.

Require Verb

When a segment is "required" in the targeting of a line item, a user must be a part of this segment in order to be targeted. This is similar to using an "include" on a segment, but with slightly different logic.

The logical operator is AND when combining multiple "required" segments.

Mixing Include, Exclude, and Require

When a segment mixes verbs, a user must satisfy all verb categories in order to serve.