Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["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"]]