AI-generated Key Takeaways
- 
          Accesses the latest features for managing Authorized Buyers accounts, Real-Time Bidding configurations and auction metrics, and Marketplace programmatic deals. 
- 
          This service provides access to REST resources for managing accounts, clients, invitations, users, creatives, deal associations, finalized proposals, products, proposals, and publisher profiles. 
- 
          The service also includes REST resources under bidders for managing filter sets and various bid and impression metrics related to those filter sets. 
- 
          The service endpoint is https://adexchangebuyer.googleapis.comand a Discovery Document is available.
Accesses the latest features for managing Authorized Buyers accounts, Real-Time Bidding configurations and auction metrics, and Marketplace programmatic deals.
- REST Resource: v2beta1.accounts.clients
- REST Resource: v2beta1.accounts.clients.invitations
- REST Resource: v2beta1.accounts.clients.users
- REST Resource: v2beta1.accounts.creatives
- REST Resource: v2beta1.accounts.creatives.dealAssociations
- REST Resource: v2beta1.accounts.finalizedProposals
- REST Resource: v2beta1.accounts.products
- REST Resource: v2beta1.accounts.proposals
- REST Resource: v2beta1.accounts.publisherProfiles
- REST Resource: v2beta1.bidders.accounts.filterSets
- REST Resource: v2beta1.bidders.accounts.filterSets.bidMetrics
- REST Resource: v2beta1.bidders.accounts.filterSets.bidResponseErrors
- REST Resource: v2beta1.bidders.accounts.filterSets.bidResponsesWithoutBids
- REST Resource: v2beta1.bidders.accounts.filterSets.filteredBidRequests
- REST Resource: v2beta1.bidders.accounts.filterSets.filteredBids
- REST Resource: v2beta1.bidders.accounts.filterSets.filteredBids.creatives
- REST Resource: v2beta1.bidders.accounts.filterSets.filteredBids.details
- REST Resource: v2beta1.bidders.accounts.filterSets.impressionMetrics
- REST Resource: v2beta1.bidders.accounts.filterSets.losingBids
- REST Resource: v2beta1.bidders.accounts.filterSets.nonBillableWinningBids
- REST Resource: v2beta1.bidders.filterSets
- REST Resource: v2beta1.bidders.filterSets.bidMetrics
- REST Resource: v2beta1.bidders.filterSets.bidResponseErrors
- REST Resource: v2beta1.bidders.filterSets.bidResponsesWithoutBids
- REST Resource: v2beta1.bidders.filterSets.filteredBidRequests
- REST Resource: v2beta1.bidders.filterSets.filteredBids
- REST Resource: v2beta1.bidders.filterSets.filteredBids.creatives
- REST Resource: v2beta1.bidders.filterSets.filteredBids.details
- REST Resource: v2beta1.bidders.filterSets.impressionMetrics
- REST Resource: v2beta1.bidders.filterSets.losingBids
- REST Resource: v2beta1.bidders.filterSets.nonBillableWinningBids
Service: adexchangebuyer.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- https://adexchangebuyer.googleapis.com
REST Resource: v2beta1.accounts.clients
| Methods | |
|---|---|
| create | POST /v2beta1/accounts/{accountId}/clientsCreates a new client buyer. | 
| get | GET /v2beta1/accounts/{accountId}/clients/{clientAccountId}Gets a client buyer with a given client account ID. | 
| list | GET /v2beta1/accounts/{accountId}/clientsLists all the clients for the current sponsor buyer. | 
| update | PUT /v2beta1/accounts/{accountId}/clients/{clientAccountId}Updates an existing client buyer. | 
REST Resource: v2beta1.accounts.clients.invitations
| Methods | |
|---|---|
| create | POST /v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitationsCreates and sends out an email invitation to access an Ad Exchange client buyer account. | 
| get | GET /v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitations/{invitationId}Retrieves an existing client user invitation. | 
| list | GET /v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitationsLists all the client users invitations for a client with a given account ID. | 
REST Resource: v2beta1.accounts.clients.users
| Methods | |
|---|---|
| get | GET /v2beta1/accounts/{accountId}/clients/{clientAccountId}/users/{userId}Retrieves an existing client user. | 
| list | GET /v2beta1/accounts/{accountId}/clients/{clientAccountId}/usersLists all the known client users for a specified sponsor buyer account ID. | 
| update | PUT /v2beta1/accounts/{accountId}/clients/{clientAccountId}/users/{userId}Updates an existing client user. | 
REST Resource: v2beta1.accounts.creatives
| Methods | |
|---|---|
| create | POST /v2beta1/accounts/{creative.accountId}/creativesCreates a creative. | 
| get | GET /v2beta1/accounts/{accountId}/creatives/{creativeId}Gets a creative. | 
| list | GET /v2beta1/accounts/{accountId}/creativesLists creatives. | 
| stopWatching | POST /v2beta1/accounts/{accountId}/creatives/{creativeId}:stopWatchingStops watching a creative. | 
| update | PUT /v2beta1/accounts/{creative.accountId}/creatives/{creative.creativeId}Updates a creative. | 
| watch | POST /v2beta1/accounts/{accountId}/creatives/{creativeId}:watchWatches a creative. | 
REST Resource: v2beta1.accounts.creatives.dealAssociations
| Methods | |
|---|---|
| add | POST /v2beta1/accounts/{association.accountId}/creatives/{association.creativeId}/dealAssociations:addAssociate an existing deal with a creative. | 
| list | GET /v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociationsList all creative-deal associations. | 
| remove | POST /v2beta1/accounts/{association.accountId}/creatives/{association.creativeId}/dealAssociations:removeRemove the association between a deal and a creative. | 
REST Resource: v2beta1.accounts.finalizedProposals
| Methods | |
|---|---|
| list | GET /v2beta1/accounts/{accountId}/finalizedProposalsList finalized proposals, regardless if a proposal is being renegotiated. | 
| pause | POST /v2beta1/accounts/{accountId}/finalizedProposals/{proposalId}:pauseUpdate given deals to pause serving. | 
| resume | POST /v2beta1/accounts/{accountId}/finalizedProposals/{proposalId}:resumeUpdate given deals to resume serving. | 
REST Resource: v2beta1.accounts.products
| Methods | |
|---|---|
| get | GET /v2beta1/accounts/{accountId}/products/{productId}Gets the requested product by ID. | 
| list | GET /v2beta1/accounts/{accountId}/productsList all products visible to the buyer (optionally filtered by the specified PQL query). | 
REST Resource: v2beta1.accounts.proposals
| Methods | |
|---|---|
| accept | POST /v2beta1/accounts/{accountId}/proposals/{proposalId}:acceptMark the proposal as accepted at the given revision number. | 
| addNote | POST /v2beta1/accounts/{accountId}/proposals/{proposalId}:addNoteCreate a new note and attach it to the proposal. | 
| cancelNegotiation | POST /v2beta1/accounts/{accountId}/proposals/{proposalId}:cancelNegotiationCancel an ongoing negotiation on a proposal. | 
| completeSetup | POST /v2beta1/accounts/{accountId}/proposals/{proposalId}:completeSetupUpdate the given proposal to indicate that setup has been completed. | 
| create | POST /v2beta1/accounts/{accountId}/proposalsCreate the given proposal. | 
| get | GET /v2beta1/accounts/{accountId}/proposals/{proposalId}Gets a proposal given its ID. | 
| list | GET /v2beta1/accounts/{accountId}/proposalsList proposals. | 
| pause | POST /v2beta1/accounts/{accountId}/proposals/{proposalId}:pauseUpdate the given proposal to pause serving. | 
| resume | POST /v2beta1/accounts/{accountId}/proposals/{proposalId}:resumeUpdate the given proposal to resume serving. | 
| update | PUT /v2beta1/accounts/{accountId}/proposals/{proposalId}Update the given proposal at the client known revision number. | 
REST Resource: v2beta1.accounts.publisherProfiles
| Methods | |
|---|---|
| get | GET /v2beta1/accounts/{accountId}/publisherProfiles/{publisherProfileId}Gets the requested publisher profile by id. | 
| list | GET /v2beta1/accounts/{accountId}/publisherProfilesList all publisher profiles visible to the buyer | 
REST Resource: v2beta1.bidders.accounts.filterSets
| Methods | |
|---|---|
| create | POST /v2beta1/{ownerName=bidders/*/accounts/*}/filterSetsCreates the specified filter set for the account with the given account ID. | 
| delete | DELETE /v2beta1/{name=bidders/*/accounts/*/filterSets/*}Deletes the requested filter set from the account with the given account ID. | 
| get | GET /v2beta1/{name=bidders/*/accounts/*/filterSets/*}Retrieves the requested filter set for the account with the given account ID. | 
| list | GET /v2beta1/{ownerName=bidders/*/accounts/*}/filterSetsLists all filter sets for the account with the given account ID. | 
REST Resource: v2beta1.bidders.accounts.filterSets.bidMetrics
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/accounts/*/filterSets/*}/bidMetricsLists all metrics that are measured in terms of number of bids. | 
REST Resource: v2beta1.bidders.accounts.filterSets.bidResponseErrors
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/accounts/*/filterSets/*}/bidResponseErrorsList all errors that occurred in bid responses, with the number of bid responses affected for each reason. | 
REST Resource: v2beta1.bidders.accounts.filterSets.bidResponsesWithoutBids
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/accounts/*/filterSets/*}/bidResponsesWithoutBidsList all reasons for which bid responses were considered to have no applicable bids, with the number of bid responses affected for each reason. | 
REST Resource: v2beta1.bidders.accounts.filterSets.filteredBidRequests
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/accounts/*/filterSets/*}/filteredBidRequestsList all reasons that caused a bid request not to be sent for an impression, with the number of bid requests not sent for each reason. | 
REST Resource: v2beta1.bidders.accounts.filterSets.filteredBids
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/accounts/*/filterSets/*}/filteredBidsList all reasons for which bids were filtered, with the number of bids filtered for each reason. | 
REST Resource: v2beta1.bidders.accounts.filterSets.filteredBids.creatives
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/accounts/*/filterSets/*}/filteredBids/{creativeStatusId}/creativesList all creatives associated with a specific reason for which bids were filtered, with the number of bids filtered for each creative. | 
REST Resource: v2beta1.bidders.accounts.filterSets.filteredBids.details
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/accounts/*/filterSets/*}/filteredBids/{creativeStatusId}/detailsList all details associated with a specific reason for which bids were filtered, with the number of bids filtered for each detail. | 
REST Resource: v2beta1.bidders.accounts.filterSets.impressionMetrics
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/accounts/*/filterSets/*}/impressionMetricsLists all metrics that are measured in terms of number of impressions. | 
REST Resource: v2beta1.bidders.accounts.filterSets.losingBids
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/accounts/*/filterSets/*}/losingBidsList all reasons for which bids lost in the auction, with the number of bids that lost for each reason. | 
REST Resource: v2beta1.bidders.accounts.filterSets.nonBillableWinningBids
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/accounts/*/filterSets/*}/nonBillableWinningBidsList all reasons for which winning bids were not billable, with the number of bids not billed for each reason. | 
REST Resource: v2beta1.bidders.filterSets
| Methods | |
|---|---|
| create | POST /v2beta1/{ownerName=bidders/*}/filterSetsCreates the specified filter set for the account with the given account ID. | 
| delete | DELETE /v2beta1/{name=bidders/*/filterSets/*}Deletes the requested filter set from the account with the given account ID. | 
| get | GET /v2beta1/{name=bidders/*/filterSets/*}Retrieves the requested filter set for the account with the given account ID. | 
| list | GET /v2beta1/{ownerName=bidders/*}/filterSetsLists all filter sets for the account with the given account ID. | 
REST Resource: v2beta1.bidders.filterSets.bidMetrics
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/filterSets/*}/bidMetricsLists all metrics that are measured in terms of number of bids. | 
REST Resource: v2beta1.bidders.filterSets.bidResponseErrors
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/filterSets/*}/bidResponseErrorsList all errors that occurred in bid responses, with the number of bid responses affected for each reason. | 
REST Resource: v2beta1.bidders.filterSets.bidResponsesWithoutBids
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/filterSets/*}/bidResponsesWithoutBidsList all reasons for which bid responses were considered to have no applicable bids, with the number of bid responses affected for each reason. | 
REST Resource: v2beta1.bidders.filterSets.filteredBidRequests
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/filterSets/*}/filteredBidRequestsList all reasons that caused a bid request not to be sent for an impression, with the number of bid requests not sent for each reason. | 
REST Resource: v2beta1.bidders.filterSets.filteredBids
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/filterSets/*}/filteredBidsList all reasons for which bids were filtered, with the number of bids filtered for each reason. | 
REST Resource: v2beta1.bidders.filterSets.filteredBids.creatives
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/filterSets/*}/filteredBids/{creativeStatusId}/creativesList all creatives associated with a specific reason for which bids were filtered, with the number of bids filtered for each creative. | 
REST Resource: v2beta1.bidders.filterSets.filteredBids.details
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/filterSets/*}/filteredBids/{creativeStatusId}/detailsList all details associated with a specific reason for which bids were filtered, with the number of bids filtered for each detail. | 
REST Resource: v2beta1.bidders.filterSets.impressionMetrics
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/filterSets/*}/impressionMetricsLists all metrics that are measured in terms of number of impressions. | 
REST Resource: v2beta1.bidders.filterSets.losingBids
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/filterSets/*}/losingBidsList all reasons for which bids lost in the auction, with the number of bids that lost for each reason. | 
REST Resource: v2beta1.bidders.filterSets.nonBillableWinningBids
| Methods | |
|---|---|
| list | GET /v2beta1/{filterSetName=bidders/*/filterSets/*}/nonBillableWinningBidsList all reasons for which winning bids were not billable, with the number of bids not billed for each reason. |