[[["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 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eSegmentPopulationResults\u003c/code\u003e provides information about the status and outcome of segment population operations, including batch uploads and segment processing.\u003c/p\u003e\n"],["\u003cp\u003eKey fields include \u003ccode\u003ebatchUploadId\u003c/code\u003e, \u003ccode\u003esegmentId\u003c/code\u003e, \u003ccode\u003estatus\u003c/code\u003e, \u003ccode\u003enumSuccessfulIdsProcessed\u003c/code\u003e, and \u003ccode\u003eerrors\u003c/code\u003e, offering insights into the segment population process.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003estatus\u003c/code\u003e field indicates the current state of the segment population, such as \u003ccode\u003eSUCCESS\u003c/code\u003e, \u003ccode\u003eFAILED\u003c/code\u003e, \u003ccode\u003ePROCESSING\u003c/code\u003e, etc., using the \u003ccode\u003eSegmentPopulationStatus\u003c/code\u003e enumeration.\u003c/p\u003e\n"],["\u003cp\u003eErrors encountered during the process are captured in the \u003ccode\u003eerrors\u003c/code\u003e field, which is an array of \u003ccode\u003eIdError\u003c/code\u003e objects providing details about specific issues.\u003c/p\u003e\n"]]],["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"],null,["# type SegmentPopulationResults (v202408)\n\n**Service** \n**SegmentPopulationService** **Dependencies** \n[getSegmentPopulationResults...](/ad-manager/api/reference/v202408/SegmentPopulationService#getSegmentPopulationResultsByIds \"getSegmentPopulationResultsByIds()\") \n▼\n**SegmentPopulationResults**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `batchUploadId` | ` `xsd:`long` \u003cbr /\u003e |\n| ### `segmentId` | ` `xsd:`long` \u003cbr /\u003e |\n| ### `status` | ` `[SegmentPopulationStatus](/ad-manager/api/reference/v202408/SegmentPopulationService.SegmentPopulationStatus)` ` *** ** * ** *** **Enumerations** `FAILED` : `SUCCESS` : `PROCESSING` : `PREPARING` : `EXPIRED` : `UNKNOWN` : \u003cbr /\u003e |\n| ### `numSuccessfulIdsProcessed` | ` `xsd:`long` \u003cbr /\u003e |\n| ### `errors` | ` `[IdError](/ad-manager/api/reference/v202408/SegmentPopulationService.IdError)`[]` \u003cbr /\u003e |"]]