[[["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."],[[["The `SegmentPopulationService` helps manage segment populations within Google Ad Manager."],["It relies on the `SegmentPopulationResults` object and utilizes the `SegmentPopulationStatus` enumeration."],["`SegmentPopulationStatus` indicates the current state of a segment population, such as `SUCCESS`, `FAILED`, `PROCESSING`, `PREPARING`, `EXPIRED`, or `UNKNOWN`."],["This service is accessed through the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `SegmentPopulationService` interacts with `SegmentPopulationResults` to manage the status of segment populations. The core functionality revolves around tracking the `SegmentPopulationStatus`, which can be in one of six states: `FAILED`, `SUCCESS`, `PROCESSING`, `PREPARING`, `EXPIRED`, or `UNKNOWN`. These statuses describe the various stages or outcomes of the segment population process, indicating whether it failed, succeeded, is in progress, is being set up, has expired, or has an unknown state.\n"]]