googleapis.com

Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.

🔑 oauth2 38 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
Retrieves the authenticated user's list of accounts.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/accounts
Retrieves a list of the authenticated user's active creatives. A creative wil…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/creatives
Retrieves a list of billing information for all accounts of the authenticated…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/billinginfo
Endpoints (38 total)
GET
/accounts
Retrieves the authenticated user's list of accounts.
GET
/creatives
Retrieves a list of the authenticated user's active creatives. A creative wil…
GET
/billinginfo
Retrieves a list of billing information for all accounts of the authenticated…
GET
/accounts/{id}
Gets one account by ID.
GET
/products/search
Gets the requested product.
GET
/proposals/search
Search for proposals using pql query
GET
/performancereport
Retrieves the authenticated user's list of performance metrics.
GET
/products/{productId}
Gets the requested product by id.
GET
/proposals/{proposalId}
Get a proposal given its id
GET
/billinginfo/{accountId}
Returns the billing information for one account specified by account ID.
GET
/proposals/{proposalId}/deals
List all the deals for a given proposal
GET
/proposals/{proposalId}/notes
Get all the notes associated with a proposal
At a glance
Total SDKs10
Languages6
Endpoints38
Authoauth2
Categories2
https://www.googleapis.com/adexchangebuyer/v1.4