[[["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."],[[["`AudienceSegmentCriteria` targets audience segments using IDs and a comparison operator."],["It's used within services like `AdRuleService`, `ProposalService`, and others for refined targeting."],["This object inherits properties from `CustomCriteriaNode` and `CustomCriteriaLeaf`, offering flexibility."],["Key fields include `operator` for comparison (IS or IS_NOT) and `audienceSegmentIds` for specific targeting."]]],["The core content describes how to target `AudienceSegment` objects using `AudienceSegmentCriteria`. This involves setting an `operator` (either \"IS\" or \"IS_NOT\") and specifying `audienceSegmentIds`, which are the IDs of the `AudienceSegment` objects. `AudienceSegmentCriteria` inherits from `CustomCriteriaLeaf`, which in turn inherits from `CustomCriteriaNode`. The document provides references to the `AudienceSegmentCriteria` used in several services like `AdRuleService`, `AdjustmentService`, etc.\n"]]