enum ReportJobStatus (v202502)

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

  • ReportJobStatus can be COMPLETED, IN_PROGRESS, or FAILED.

  • A COMPLETED ReportJobStatus means the job finished successfully and is ready to download.

  • An IN_PROGRESS ReportJobStatus indicates the job is still running.

  • A FAILED ReportJobStatus means the job did not finish successfully.

Represents the status of a ReportJob running on the server.


Namespace
https://www.google.com/apis/ads/publisher/v202502
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.