[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[[["An `AudienceSegmentCriteria` object allows targeting specific audience segments within Google Ad Manager."],["It utilizes comparison operators (`IS` or `IS_NOT`) and requires specifying audience segment IDs."],["This criteria is inherited from `CustomCriteriaNode` and `CustomCriteriaLeaf`, providing flexibility in targeting."],["The `operator` and `audienceSegmentIds` fields are essential for defining the targeting criteria."]]],["The document details targeting criteria for audience segments within an ad management system. Key actions involve using the `AudienceSegmentCriteria` object to target `AudienceSegment` objects. This is done within several services, including `AdRuleService`, `AdjustmentService`, `NativeStyleService`, and others. Core data includes `operator` and `audienceSegmentIds`. The `operator` field, a required attribute, defines the comparison type using `IS` or `IS_NOT` values, and `audienceSegmentIds` contains the IDs of target audience segments, also a required attribute.\n"]]