Googleapis Doubleclicksearch
Googleapis Doubleclicksearch is a connector for the DoubleClick Search API, used to manage and report on search advertising campaigns.
- Base URL:
https://doubleclicksearch.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
doubleclicksearch_conversion_get— GET /doubleclicksearch/v2/agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountId}/conversion — Retrieves a list of conversions from a DoubleClick Search engine account.doubleclicksearch_reports_getidmappingfile— GET /doubleclicksearch/v2/agency/{agencyId}/advertiser/{advertiserId}/idmapping — Downloads a csv file(encoded in UTF-8) that contains ID mappings between legacydoubleclicksearch_savedcolumns_list— GET /doubleclicksearch/v2/agency/{agencyId}/advertiser/{advertiserId}/savedcolumns — Retrieve the list of saved columns for a specified advertiser.doubleclicksearch_conversion_getbycustomerid— GET /doubleclicksearch/v2/customer/{customerId}/conversion — Retrieves a list of conversions from a DoubleClick Search engine account.doubleclicksearch_reports_get— GET /doubleclicksearch/v2/reports/{reportId} — Polls for the status of a report request.doubleclicksearch_reports_getfile— GET /doubleclicksearch/v2/reports/{reportId}/files/{reportFragment} — Downloads a report file encoded in UTF-8.
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: doubleclicksearch_conversion_get
# (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: doubleclicksearch_conversion_get, doubleclicksearch_reports_getidmappingfile, doubleclicksearch_savedcolumns_list, doubleclicksearch_conversion_getbycustomerid, doubleclicksearch_reports_get, doubleclicksearch_reports_getfile |
advertiserId |
string | no | — | Path parameter advertiserId (required by some operations). |
agencyId |
string | no | — | Path parameter agencyId (required by some operations). |
customerId |
string | no | — | Path parameter customerId (required by some operations). |
engineAccountId |
string | no | — | Path parameter engineAccountId (required by some operations). |
reportFragment |
string | no | — | Path parameter reportFragment (required by some operations). |
reportId |
string | no | — | Path parameter reportId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |