[[["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\u003eThe \u003ccode\u003eSegmentPopulationService\u003c/code\u003e allows for interaction with segment population data, especially retrieving results via \u003ccode\u003egetSegmentPopulationResultsByIds\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSegmentPopulationResults\u003c/code\u003e provide information about segment population processing, including status (e.g., SUCCESS, FAILED), the number of successfully processed IDs, and any errors encountered.\u003c/p\u003e\n"],["\u003cp\u003eKey fields in \u003ccode\u003eSegmentPopulationResults\u003c/code\u003e 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, providing comprehensive insights into the segment population processing outcome.\u003c/p\u003e\n"]]],[],null,["# type SegmentPopulationResults (v202411)\n\n**Service** \n**SegmentPopulationService** **Dependencies** \n[getSegmentPopulationResults...](/ad-manager/api/reference/v202411/SegmentPopulationService#getSegmentPopulationResultsByIds \"getSegmentPopulationResultsByIds()\") \n▼\n**SegmentPopulationResults**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|---------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `batchUploadId` | ` `xsd:`long` \u003cbr /\u003e |\n| ### `segmentId` | ` `xsd:`long` \u003cbr /\u003e |\n| ### `status` | ` `[SegmentPopulationStatus](/ad-manager/api/reference/v202411/SegmentPopulationService.SegmentPopulationStatus)` ` *** ** * ** *** **Enumerations** `FAILED` : `SUCCESS` : `PROCESSING` : `PREPARING` : `EXPIRED` : `UNKNOWN` : \u003cbr /\u003e |\n| ### `numSuccessfulIdsProcessed` | ` `xsd:`long` \u003cbr /\u003e |\n| ### `errors` | ` `[IdError](/ad-manager/api/reference/v202411/SegmentPopulationService.IdError)`[]` \u003cbr /\u003e |"]]