[[["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 2024-08-20 UTC."],[[["`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 retrieve the status of a report job using the `getReportJobStatus()` method within the `ReportService`."]]],["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"]]