Googleapis Displayvideo
Connector for the googleapis-displayvideo API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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)