Googleapis Searchads360
Googleapis Searchads360 is a connector for the Google Search Ads 360 API, used to manage and report on paid search advertising campaigns.
- 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)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: searchads360_customers_customcolumns_list, searchads360_searchads360fields_get, searchads360_customers_searchads360_search, searchads360_customers_searchads360_searchstream, searchads360_searchads360fields_search |
customerId |
string | no | — | Path parameter customerId (required by some operations). |
resourceName |
string | no | — | Path parameter resourceName (required by some operations). |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |