googleapis.com

The Authorized Buyers Marketplace API lets buyers programmatically discover inventory; propose, retrieve and negotiate deals with publishers.

🔑 oauth2 27 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Gets the requested publisher profile by name.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://authorizedbuyersmarketplace.googleapis.com/v1/{name}
Lists all deals in a proposal. To retrieve only the finalized revision deals …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://authorizedbuyersmarketplace.googleapis.com/v1/{parent}/deals
Lists all client users for a specified client.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://authorizedbuyersmarketplace.googleapis.com/v1/{parent}/users
Endpoints (27 total)
GET
/v1/{name}
Gets the requested publisher profile by name.
GET
/v1/{parent}/deals
Lists all deals in a proposal. To retrieve only the finalized revision deals …
GET
/v1/{parent}/users
Lists all client users for a specified client.
GET
/v1/{parent}/clients
Lists all the clients for the current buyer.
GET
/v1/{parent}/proposals
Lists proposals. A filter expression (list filter syntax) may be specified to…
GET
/v1/{parent}/finalizedDeals
Lists finalized deals. Use the URL path "/v1/buyers/{accountId}/finalizedDeal…
GET
/v1/{parent}/auctionPackages
List the auction packages subscribed by a buyer and its clients.
GET
/v1/{parent}/publisherProfiles
Lists publisher profiles. The returned publisher profiles aren't in any defin…
POST
/v1/{name}:pause
Pauses serving of the given finalized deal. This call only pauses the serving…
POST
/v1/{name}:accept
Accepts the proposal at the given revision number. If the revision number in …
POST
/v1/{name}:resume
Resumes serving of the given finalized deal. Calling this method for an runni…
POST
/v1/{parent}/users
Creates a new client user in "INVITED" state. An email invitation will be sen…
At a glance
Total SDKs10
Languages6
Endpoints27
Authoauth2
Categories2
https://authorizedbuyersmarketplace.googleapis.com