[[["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-08-20 UTC."],[[["`SegmentPopulationResults` provides information about the status and outcome of segment population operations, including batch uploads and segment processing."],["Key fields include `batchUploadId`, `segmentId`, `status`, `numSuccessfulIdsProcessed`, and `errors`, offering insights into the segment population process."],["The `status` field indicates the current state of the segment population, such as `SUCCESS`, `FAILED`, `PROCESSING`, etc., using the `SegmentPopulationStatus` enumeration."],["Errors encountered during the process are captured in the `errors` field, which is an array of `IdError` objects providing details about specific issues."]]],["The `SegmentPopulationService` allows retrieval of `SegmentPopulationResults` via `getSegmentPopulationResultsByIds`. Results include `batchUploadId`, `segmentId`, and `status` (e.g., `SUCCESS`, `FAILED`, `PROCESSING`). The `numSuccessfulIdsProcessed` reflects processing progress. `errors`, if present, are detailed in the `IdError` array. Status values can be `FAILED`, `SUCCESS`, `PROCESSING`, `PREPARING`, `EXPIRED`, or `UNKNOWN`. The service operates within the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"]]