enum ReportJobStatus (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eReportJobStatus\u003c/code\u003e represents the status of a \u003ccode\u003eReportJob\u003c/code\u003e running on the Google Ad Manager server.\u003c/p\u003e\n"],["\u003cp\u003eIt has three possible statuses: \u003ccode\u003eCOMPLETED\u003c/code\u003e, \u003ccode\u003eIN_PROGRESS\u003c/code\u003e, and \u003ccode\u003eFAILED\u003c/code\u003e, indicating whether a report job has finished successfully, is still running, or has encountered an error.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the \u003ccode\u003egetReportJobStatus()\u003c/code\u003e method of the \u003ccode\u003eReportService\u003c/code\u003e to retrieve the current status of a report job.\u003c/p\u003e\n"]]],["The `ReportService` utilizes the `getReportJobStatus()` function to check the status of a `ReportJob`. The `ReportJobStatus` enumeration defines three states: `COMPLETED`, indicating successful completion and readiness for download; `IN_PROGRESS`, signifying the job is still running; and `FAILED`, meaning the job did not finish. This service operates within the `https://www.google.com/apis/ads/publisher/v202411` namespace.\n"],null,["# enum ReportJobStatus (v202411)\n\n**Service** \n**ReportService** **Dependencies** \n[getReportJobStatus()](/ad-manager/api/reference/v202411/ReportService#getReportJobStatus) \n▼\n**ReportJobStatus**\n\nRepresents the status of a [ReportJob](/ad-manager/api/reference/v202411/ReportService.ReportJob) running on the server.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|---------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `COMPLETED` | The [ReportJob](/ad-manager/api/reference/v202411/ReportService.ReportJob) has completed successfully and is ready to download. |\n| `IN_PROGRESS` | The [ReportJob](/ad-manager/api/reference/v202411/ReportService.ReportJob) is still being executed. |\n| `FAILED` | The [ReportJob](/ad-manager/api/reference/v202411/ReportService.ReportJob) has failed to run to completion. |"]]