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:listAccessibleCustomers Returns 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}/customColumns Returns all the custom columns associated with the customer in full detail. |
REST Resource: v0.customers.searchAds360
Methods | |
---|---|
search |
POST /v0/customers/{customerId}/searchAds360:search Returns all rows that match the search query. |
searchStream |
POST /v0/customers/{customerId}/searchAds360:searchStream Returns 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:search Returns all fields that match the search query. |