Googleapis Authorizedbuyersmarketplace
Authorized Buyers Marketplace API is a Google API for managing programmatic advertising deals in Google Authorized Buyers.
- Base URL:
https://authorizedbuyersmarketplace.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
authorizedbuyersmarketplace_buyers_publisherprof— GET /v1/{name} — Gets the requested user profile by name.authorizedbuyersmarketplace_buyers_auctionpackag— GET /v1/{parent}/auctionPackages — List the auction packages subscribed by a buyer and its clients.authorizedbuyersmarketplace_buyers_clients_list— GET /v1/{parent}/clients — Lists all the clients for the current buyer.authorizedbuyersmarketplace_buyers_proposals_dea— GET /v1/{parent}/deals — Lists all deals in a proposal. To retrieve only the finalized revision deals regauthorizedbuyersmarketplace_buyers_finalizeddeal— GET /v1/{parent}/finalizedDeals — Lists finalized deals. Use the URL path "/v1/buyers/{accountId}/finalizedDeals"authorizedbuyersmarketplace_buyers_proposals_lis— GET /v1/{parent}/proposals — Lists proposals. A filter expression (list filter syntax) may be specified to fi
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: authorizedbuyersmarketplace_buyers_publisherprof
# (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: authorizedbuyersmarketplace_buyers_publisherprof, authorizedbuyersmarketplace_buyers_auctionpackag, authorizedbuyersmarketplace_buyers_clients_list, authorizedbuyersmarketplace_buyers_proposals_dea, authorizedbuyersmarketplace_buyers_finalizeddeal, authorizedbuyersmarketplace_buyers_proposals_lis |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |