type ReportJob (v202411)
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/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The ReportService enables access to performance and statistics data for ad campaigns, networks, inventory, and sales through ReportJobs."],["ReportJobs, identified by a unique ID assigned by Google, utilize ReportQueries to define the criteria for data retrieval."],["Developers can interact with these resources using the provided namespace for API integration."]]],["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 retrieval. The `ReportJob` is within the `https://www.google.com/apis/ads/publisher/v202411` namespace.\n"]]