[[["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."],[[["\u003cp\u003eThe ReportService enables access to performance and statistics data about ad campaigns, networks, inventory, and sales via ReportJobs.\u003c/p\u003e\n"],["\u003cp\u003eReportJobs, identified by a unique ID assigned by Google, utilize ReportQuery to define filtering criteria for retrieving data.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can interact with these resources using the specified namespace: \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ReportService` uses `runReportJob()` to initiate a `ReportJob`, which retrieves performance and statistics for ad campaigns, networks, inventory, and sales. A `ReportJob` has a unique, Google-assigned `id` and a `reportQuery` field, which contains the criteria used to filter the data. This information is under the namespace `https://www.google.com/apis/ads/publisher/v202408`. The `id` field is read only.\n"],null,["# type ReportJob (v202408)\n\n**Service** \n**ReportService** **Dependencies** \n[runReportJob()](/ad-manager/api/reference/v202408/ReportService#runReportJob) \n▼\n**ReportJob**\n\nRepresents a report job that will be run to retrieve performance and\nstatistics information about ad campaigns, networks, inventory and sales.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|-------------------|----------------------------------------------------------------------------------------------------------------|\n| ### `id` | ` `xsd:`long` The unique ID of the `ReportJob`. This value is read-only and is assigned by Google. |\n| ### `reportQuery` | ` `[ReportQuery](/ad-manager/api/reference/v202408/ReportService.ReportQuery)` ` Holds the filtering criteria. |"]]