enum ReportJobStatus (v202411)

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

  • It has three possible statuses: COMPLETED, IN_PROGRESS, and FAILED, indicating whether a report job has finished successfully, is still running, or has encountered an error.

  • You can use the getReportJobStatus() method of the ReportService to retrieve the current status of a report job.

Represents the status of a ReportJob running on the server.


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