[[["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-02-13 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."],["The `ReportJobStatus` can be retrieved using the `getReportJobStatus()` method within the `ReportService`."]]],["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`, meaning the job is still running; or `FAILED`, signifying the job did not complete successfully. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]