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."],[[["SegmentPopulationService provides access to segment population results, including status and any errors encountered during processing."],["SegmentPopulationResults contain information about the batch upload, segment ID, processing status, and the number of successfully processed IDs."],["Possible statuses for segment population results include `FAILED`, `SUCCESS`, `PROCESSING`, `PREPARING`, `EXPIRED`, and `UNKNOWN`."],["Errors encountered during segment population processing are represented by IdError objects and are accessible through the `errors` field."],["The `batchUploadId`, `segmentId`, `status`, `numSuccessfulIdsProcessed`, and `errors` fields provide detailed information about the results of segment population operations."]]],[]]