type SegmentPopulationResults (v202311)
Service
SegmentPopulationService
- Namespace
-
https://www.google.com/apis/ads/publisher/v202311
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-02-02 UTC.
[null,null,["Last updated 2024-02-02 UTC."],[[["The `SegmentPopulationResults` object provides information about the outcome of segment population operations, such as batch uploads."],["Key fields include `batchUploadId`, `segmentId`, `status` indicating the operation's success or failure, `numSuccessfulIdsProcessed`, and any `errors` encountered."],["`SegmentPopulationStatus` is an enumeration that describes the various states a segment population operation can be in, like `FAILED`, `SUCCESS`, `PROCESSING`, `PREPARING`, `EXPIRED`, or `UNKNOWN`."],["The `errors` field contains an array of `IdError` objects, providing details about specific errors encountered during processing."]]],[]]