enum ReportJobStatus (v202408)
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/v202408
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 retrieve the status of a report job using the \u003ccode\u003egetReportJobStatus()\u003c/code\u003e method within the \u003ccode\u003eReportService\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ReportService` utilizes the `getReportJobStatus()` function to check the status of a `ReportJob`. The `ReportJobStatus` can be one of three states: `COMPLETED`, indicating the report is ready for download; `IN_PROGRESS`, meaning the report is still running; or `FAILED`, signifying the report failed to complete. These states are used to monitor a running `ReportJob`. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum ReportJobStatus (v202408)\n\n**Service** \n**ReportService** **Dependencies** \n[getReportJobStatus()](/ad-manager/api/reference/v202408/ReportService#getReportJobStatus) \n▼\n**ReportJobStatus**\n\nRepresents the status of a [ReportJob](/ad-manager/api/reference/v202408/ReportService.ReportJob) running on the server.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|---------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `COMPLETED` | The [ReportJob](/ad-manager/api/reference/v202408/ReportService.ReportJob) has completed successfully and is ready to download. |\n| `IN_PROGRESS` | The [ReportJob](/ad-manager/api/reference/v202408/ReportService.ReportJob) is still being executed. |\n| `FAILED` | The [ReportJob](/ad-manager/api/reference/v202408/ReportService.ReportJob) has failed to run to completion. |"]]