The new Search Ads 360 Reporting API is now available. Join thesearchads-api-announcements Google group to stay up to date on upcoming enhancements and releases.

Search Ads 360 Reporting API

  • The Search Ads 360 API enables developers to automate report downloads from Search Ads 360.

  • Developers can use Google-provided client libraries or their own libraries to interact with the API.

  • The API provides access to various resources such as customers, custom columns, and Search Ads 360 data.

  • You can retrieve data using methods likelistAccessibleCustomers,search, andsearchStream.

  • Detailed information about API resources and methods is available through the provided links and discovery document.

The Search Ads 360 API allows developers to automate downloading reports from Search Ads 360.

Service: searchads360.googleapis.com

To call this service, we recommend that you use the Google-providedclient libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

ADiscovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

Aservice endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://searchads360.googleapis.com

REST Resource:v0.customers

Methods
listAccessibleCustomersGET /v0/customers:listAccessibleCustomers
Returns resource names of customers directly accessible by the user authenticating the call.

REST Resource:v0.customers.customColumns

Methods
getGET /v0/{resourceName=customers/*/customColumns/*}
Returns the requested custom column in full detail.
listGET /v0/customers/{customerId}/customColumns
Returns all the custom columns associated with the customer in full detail.

REST Resource:v0.customers.searchAds360

Methods
searchPOST /v0/customers/{customerId}/searchAds360:search
Returns all rows that match the search query.
searchStreamPOST /v0/customers/{customerId}/searchAds360:searchStream
Returns all rows that match the search stream query.

REST Resource:v0.searchAds360Fields

Methods
getGET /v0/{resourceName=searchAds360Fields/*}
Returns just the requested field.
searchPOST /v0/searchAds360Fields:search
Returns all fields that match the searchquery.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-04-02 UTC.