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.
Search Ads 360 Reporting API
The Search Ads 360 API allows developers to automate downloading reports from Search Ads 360.
Service: searchads360.googleapis.com
The Service name searchads360.googleapis.com
is needed to create RPC client stubs.
Methods |
GetCustomColumn
|
Returns the requested custom column in full detail. |
ListCustomColumns
|
Returns all the custom columns associated with the customer in full detail. |
Methods |
ListAccessibleCustomers
|
Returns resource names of customers directly accessible by the user authenticating the call. |
Methods |
Search
|
Returns all rows that match the search query. |
SearchStream
|
Returns all rows that match the search stream query. |
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-08 UTC.
[null,null,["Last updated 2024-11-08 UTC."],[[["The Search Ads 360 API enables developers to automate report downloads from Search Ads 360."],["The service name `searchads360.googleapis.com` is used for creating RPC client stubs."],["This API provides access to various services, including CustomColumnService, CustomerService, SearchAds360FieldService, and SearchAds360Service for managing and retrieving data."],["Developers can use these services to get custom columns, list accessible customers, retrieve specific fields, and perform searches on Search Ads 360 data."]]],["The Search Ads 360 API allows automated report downloading, using `searchads360.googleapis.com` for RPC client stubs. Key actions include: retrieving a specific custom column or all custom columns with `CustomColumnService`; listing accessible customer resource names via `CustomerService`; finding specific or all matching fields with `SearchAds360FieldService`; and retrieving matching rows through `Search` or `SearchStream` methods in `SearchAds360Service`, based on search queries.\n"]]