[[["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-02-13 UTC."],[[["AudienceSegmentCriteria is used to target specific audience segments in ad campaigns."],["It allows for the inclusion or exclusion of audience segments based on their IDs."],["This criteria relies on the AudienceSegment object and requires specifying a comparison operator and segment IDs."],["It inherits from CustomCriteriaLeaf and CustomCriteriaNode, offering flexibility in defining criteria."]]],["The core content describes targeting `AudienceSegment` objects using `AudienceSegmentCriteria`. This involves specifying an `operator` (either `IS` or `IS_NOT`) and a list of `audienceSegmentIds`. `AudienceSegmentCriteria` is used across multiple services like `AdRuleService`, `ForecastService`, and `LineItemService`. It inherits from `CustomCriteriaNode` and `CustomCriteriaLeaf` and utilizes `CustomCriteria` and `CmsMetadataCriteria` for targeting. This configuration is within the `v202402` API namespace.\n"]]