enum ReportJobStatus (v202508)

  • ReportJobStatus represents the status of a ReportJob running on the server within the ReportService.

  • Possible ReportJobStatus values are COMPLETED, IN_PROGRESS, and FAILED, each indicating a different stage of the report job execution.

Represents the status of a ReportJob running on the server.


Namespace
https://www.google.com/apis/ads/publisher/v202508
Enumeration Description
COMPLETED The ReportJob has completed successfully and is ready to download.
IN_PROGRESS The ReportJob is still being executed.
FAILED The ReportJob has failed to run to completion.