type ReportJob (v202402)
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/v202402
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["ReportJob objects represent reports that provide performance and statistics information about ad campaigns, networks, inventory, and sales within Google Ad Manager."],["Each ReportJob has a unique ID assigned by Google and a ReportQuery which defines the filtering criteria for the report."],["ReportJobs are initiated using the `runReportJob()` method of the `ReportService`."]]],["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, read-only `id` assigned by Google and uses a `ReportQuery` to define filtering criteria. The service operates within the `https://www.google.com/apis/ads/publisher/v202402` namespace.\n"]]