[[["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 core content details the `ReportJob` within the `ReportService`, a mechanism for retrieving ad performance data. Key actions involve utilizing the `runReportJob()` method to initiate a report job. A `ReportJob` contains two main fields: a read-only `id` (a unique long integer assigned by Google) and a `reportQuery` object, which defines the criteria for the requested data. The `ReportJob` resource is located under the namespace `https://www.google.com/apis/ads/publisher/v202502`.\n"],null,["# type ReportJob (v202502)\n\n**Service** \n**ReportService** **Dependencies** \n[runReportJob()](/ad-manager/api/reference/v202502/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/v202502`\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/v202502/ReportService.ReportQuery)` ` Holds the filtering criteria. |"]]