AI-generated Key Takeaways
-
The Google Ads API offers flexible reporting options to retrieve performance data for all resources, from campaigns to keywords.
-
This guide provides steps to create and submit queries for data retrieval, covering various aspects like segmentation, zero metrics handling, and streaming.
-
Developers can leverage the Google Ads Query Language to define their queries and manage data efficiently using the API.
-
Resources are available to learn by example, understand criteria performance metrics, use labels for reporting, and map UI reports to API usage.
Video: Check out the reporting talk from the 2019 workshop
Reporting of performance data is an integral part of Google Ads API applications. With the flexible reporting options for this API, you can obtain performance data for all resources. This includes everything from an entire campaign to a set of keywords that triggered your ad.
This guide describes the steps necessary to create and submit a query to the
Google Ads API to get back data. For more detailed information about reporting, the
Reports reference documentation describes the
resources that can be queried in the Google Ads API using
GoogleAdsService.SearchStream
or GoogleAdsService.Search
.
Jump to the section of this guide that best fits your use case:
- Try a quick example
- Retrieve criteria performance metrics
- Learn about segmentation
- Find out how to handle zero metrics
- Learn about using labels to report on your data
- Learn about streaming your reporting data
- Learn about paging your data
- Learn about mapping UI reports to API usage
- Learn the syntax of the Google Ads Query Language
- Learn about managing data efficiently