type SegmentPopulationResults (v202505)

  • SegmentPopulationResults contains the outcome of processing a segment population request, including the batch upload ID, segment ID, and overall status.

  • The status of segment population can be FAILED, SUCCESS, PROCESSING, PREPARING, EXPIRED, or UNKNOWN.

  • SegmentPopulationResults includes the number of successfully processed IDs and a list of any errors encountered.


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

Field

batchUploadId

xsd:long

segmentId

xsd:long

status

SegmentPopulationStatus


Enumerations
FAILED
SUCCESS
PROCESSING
PREPARING
EXPIRED
UNKNOWN

numSuccessfulIdsProcessed

xsd:long

errors

IdError[]