type SegmentPopulationResults (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
SegmentPopulationService
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
batchUploadId
|
xsd:long
|
segmentId
|
xsd:long
|
status
|
SegmentPopulationStatus
Enumerations
-
FAILED
-
SUCCESS
-
PROCESSING
-
PREPARING
-
EXPIRED
-
UNKNOWN
|
numSuccessfulIdsProcessed
|
xsd:long
|
errors
|
IdError[]
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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 |"]]