[[["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-05-15 UTC."],[[["`ReportJobStatus` represents the status of a `ReportJob` running on the Google Ad Manager server."],["It has three possible states: `COMPLETED`, `IN_PROGRESS`, and `FAILED`, indicating the report job's current status."],["When a `ReportJob` is completed successfully, it is ready to download."],["The `ReportJobStatus` enumeration belongs to the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `ReportService` utilizes the `getReportJobStatus()` function to check the status of a `ReportJob`. The `ReportJobStatus` can be `COMPLETED`, indicating successful completion and readiness for download; `IN_PROGRESS`, meaning the job is still running; or `FAILED`, signifying that the job did not complete successfully. The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202405`. These statuses are critical for monitoring the execution of report generation tasks.\n"]]