type SegmentPopulationResults (v202405)
Service
SegmentPopulationService
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The `SegmentPopulationService` allows for interaction with segment population data, especially retrieving results via `getSegmentPopulationResultsByIds`."],["`SegmentPopulationResults` provide information about segment population processing, including status, successful IDs, and any errors encountered."],["Key fields within `SegmentPopulationResults` include `batchUploadId`, `segmentId`, `status`, `numSuccessfulIdsProcessed`, and `errors`, providing insight into the segment population operation."],["`SegmentPopulationStatus` enumeration indicates the state of the segment population process, ranging from `FAILED` to `SUCCESS` and intermediate states like `PROCESSING`."],["Errors during processing are represented by the `errors` field, containing `IdError` objects that detail specific issues."]]],[]]