type SegmentPopulationResults (v202508)

  • SegmentPopulationResults provides the results of a SegmentPopulationRequest.

  • It includes fields such as batchUploadId, segmentId, status, numSuccessfulIdsProcessed, and errors.

  • The status field indicates the current state of the upload request with various possible enumeration values.

  • The errors field lists identifiers that encountered issues during processing.

The results of a SegmentPopulationRequest.


Namespace
https://www.google.com/apis/ads/publisher/v202508

Field

batchUploadId

xsd:long

The batch ID to look up the results.

segmentId

xsd:long

The segment ID associated with the segment population job.

status

SegmentPopulationStatus

The current status of the upload request.


Enumerations
FAILED
SUCCESS
PROCESSING
PREPARING
EXPIRED
UNKNOWN

numSuccessfulIdsProcessed

xsd:long

The number of IDs that were processed successfully.

errors

IdError[]

Identifiers with errors.