AI-generated Key Takeaways
- 
          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 like listAccessibleCustomers,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.
- REST Resource: v0.customers
- REST Resource: v0.customers.customColumns
- REST Resource: v0.customers.searchAds360
- REST Resource: v0.searchAds360Fields
Service: searchads360.googleapis.com
To call this service, we recommend that you use the Google-provided client 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
A Discovery 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
A service 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 | |
|---|---|
| listAccessibleCustomers | GET /v0/customers:listAccessibleCustomersReturns resource names of customers directly accessible by the user authenticating the call. | 
REST Resource: v0.customers.customColumns
| Methods | |
|---|---|
| get | GET /v0/{resourceName=customers/*/customColumns/*}Returns the requested custom column in full detail. | 
| list | GET /v0/customers/{customerId}/customColumnsReturns all the custom columns associated with the customer in full detail. | 
REST Resource: v0.customers.searchAds360
| Methods | |
|---|---|
| search | POST /v0/customers/{customerId}/searchAds360:searchReturns all rows that match the search query. | 
| searchStream | POST /v0/customers/{customerId}/searchAds360:searchStreamReturns all rows that match the search stream query. | 
REST Resource: v0.searchAds360Fields
| Methods | |
|---|---|
| get | GET /v0/{resourceName=searchAds360Fields/*}Returns just the requested field. | 
| search | POST /v0/searchAds360Fields:searchReturns all fields that match the search query. | 
