The new Search Ads 360 Reporting API is now available. Join the
searchads-api-announcements Google group to stay up to date on upcoming enhancements and releases.
Service Methods
The design of the Search Ads 360 Reporting API differs from a traditional REST architecture
because it uses two custom methods, search
and searchStream,
instead
of the more traditional list
and get
methods.
These methods are expressed in REST URLs by using the HTTP mapping
convention of a :
to separate the method name from the rest of the URL.
The Overview page describes the methods used in the Search Ads 360 Reporting API.
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 2025-03-03 UTC.
[null,null,["Last updated 2025-03-03 UTC."],[[["The Search Ads 360 Reporting API uses custom methods (`search` and `searchStream`) instead of traditional REST methods (`list` and `get`)."],["These custom methods are distinguished in URLs by a colon separating the method name from the rest of the URL."],["The API's methods are further detailed on the Overview page linked in the content."]]],["The Search Ads 360 Reporting API employs `search` and `searchStream` methods instead of the standard REST `list` and `get`. These custom methods are integrated into REST URLs using a colon (`:`) as defined by the HTTP mapping convention. The methods utilized by the API are further detailed on the Overview page. The key action is the usage of these two custom search methods instead of traditional methods.\n"]]