[[["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-05-15 UTC."],[[["AudienceSegmentCriteria is used to target specific audience segments within ad rules."],["It involves a comparison operator (IS or IS_NOT) to define the targeting relationship."],["It requires providing the IDs of the desired audience segments for targeting."],["It inherits properties from CustomCriteriaNode and CustomCriteriaLeaf, offering flexibility in rule creation."]]],["The `AudienceSegmentCriteria` targets `AudienceSegment` objects across multiple services, including `AdRuleService`, `AudienceSegmentService`, and others. It inherits from `CustomCriteriaNode` and `CustomCriteriaLeaf`. Key fields include `operator`, which uses `IS` or `IS_NOT` for comparisons, and `audienceSegmentIds`, an array of IDs identifying the target segments. The namespace for these components is `https://www.google.com/apis/ads/publisher/v202405`. These fields define how targeting occurs.\n"]]