enum ReportJobStatus (v202502)
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/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.
|
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."],[],["The `ReportService` utilizes the `getReportJobStatus()` function to check the status of a `ReportJob`. The `ReportJobStatus` can be `COMPLETED`, indicating the job is ready for download; `IN_PROGRESS`, signifying the job is still running; or `FAILED`, meaning the job did not complete. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202502`. This information is used to track the status of reports.\n"],null,["# enum ReportJobStatus (v202502)\n\n**Service** \n**ReportService** **Dependencies** \n[getReportJobStatus()](/ad-manager/api/reference/v202502/ReportService#getReportJobStatus) \n▼\n**ReportJobStatus**\n\nRepresents the status of a [ReportJob](/ad-manager/api/reference/v202502/ReportService.ReportJob) running on the server.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|---------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `COMPLETED` | The [ReportJob](/ad-manager/api/reference/v202502/ReportService.ReportJob) has completed successfully and is ready to download. |\n| `IN_PROGRESS` | The [ReportJob](/ad-manager/api/reference/v202502/ReportService.ReportJob) is still being executed. |\n| `FAILED` | The [ReportJob](/ad-manager/api/reference/v202502/ReportService.ReportJob) has failed to run to completion. |"]]