type ReportJob (v202405)
Represents a report job that will be run to retrieve performance and
statistics information about ad campaigns, networks, inventory and sales.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
id
|
xsd:long
The unique ID of the ReportJob . This value is read-only and is
assigned by Google.
|
reportQuery
|
ReportQuery
Holds the filtering criteria.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The ReportService enables access to performance and statistics data about ad campaigns, networks, inventory, and sales via ReportJobs."],["ReportJobs, identified by a unique ID assigned by Google, utilize ReportQuery for filtering criteria and are initiated using the runReportJob() method."],["The ReportJob object, residing within the 'https://www.google.com/apis/ads/publisher/v202405' namespace, contains an ID and a ReportQuery defining the report's scope."]]],["The `ReportService` uses `runReportJob()` to initiate a `ReportJob`. A `ReportJob` is used to fetch performance and statistical data on ad campaigns, networks, inventory, and sales. Each `ReportJob` has a unique, Google-assigned `id` and uses `ReportQuery` to define filtering criteria for the data retrieved. The `ReportJob` is within the `https://www.google.com/apis/ads/publisher/v202405` namespace.\n"]]