Googleapis Searchads360
Connector for the googleapis-searchads360 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://searchads360.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
searchads360_customers_customcolumns_list— GET /v0/customers/{customerId}/customColumns — Returns all the custom columns associated with the customer in full detail.searchads360_searchads360fields_get— GET /v0/{resourceName} — Returns just the requested field. List of thrown errors: AuthenticationErrorsearchads360_customers_searchads360_search— POST /v0/customers/{customerId}/searchAds360:search — Returns all rows that match the search query. List of thrown errors: [Authenticasearchads360_customers_searchads360_searchstream— POST /v0/customers/{customerId}/searchAds360:searchStream — Returns all rows that match the search stream query. List of thrown errors: [Autsearchads360_searchads360fields_search— POST /v0/searchAds360Fields:search — Returns all fields that match the search query. List of thrown errors: [Authenti
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: searchads360_customers_customcolumns_list
# (attach an 'oauth' credential to the task — no inline secrets)