Googleapis Displayvideo
Googleapis Displayvideo is a connector for the Display & Video 360 API, used to manage programmatic display and video advertising campaigns.
- Base URL:
https://displayvideo.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
displayvideo_media_download— GET /download/{resourceName} — Downloads media. Download is supported on the URI `/download/{resource_name=**}?displayvideo_advertisers_list— GET /v2/advertisers — Lists advertisers that are accessible to the current user. The order is defineddisplayvideo_advertisers_get— GET /v2/advertisers/{advertiserId} — Gets an advertiser.displayvideo_advertisers_campaigns_list— GET /v2/advertisers/{advertiserId}/campaigns — Lists campaigns in an advertiser. The order is defined by the order_by parameterdisplayvideo_advertisers_campaigns_get— GET /v2/advertisers/{advertiserId}/campaigns/{campaignId} — Gets a campaign.displayvideo_advertisers_campaigns_targetingtype— GET /v2/advertisers/{advertiserId}/campaigns/{campaignId}/targetingTypes/{targetingType}/assignedTargetingOptions — Lists the targeting options assigned to a campaign for a specified targeting typ
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: displayvideo_media_download
# (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: displayvideo_media_download, displayvideo_advertisers_list, displayvideo_advertisers_get, displayvideo_advertisers_campaigns_list, displayvideo_advertisers_campaigns_get, displayvideo_advertisers_campaigns_targetingtype |
advertiserId |
string | no | — | Path parameter advertiserId (required by some operations). |
campaignId |
string | no | — | Path parameter campaignId (required by some operations). |
resourceName |
string | no | — | Path parameter resourceName (required by some operations). |
targetingType |
string | no | — | Path parameter targetingType (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |