googleapis.com – authorizedbuyersmarketplace
The Authorized Buyers Marketplace API lets buyers programmatically discover inventory; propose, retrieve and negotiate deals with publishers.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:authorizedbuyersmarketplace/v1.json
- Provider
- googleapis.com:authorizedbuyersmarketplace / authorizedbuyersmarketplace
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/authorizedbuyersmarketplace/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/authorizedbuyersmarketplace/v1/openapi.yaml
Tools (29)
Extracted live via the executor SDK.
-
buyers.authorizedbuyersmarketplaceBuyersAuctionPackagesListList the auction packages subscribed by a buyer and its clients.
-
buyers.authorizedbuyersmarketplaceBuyersAuctionPackagesSubscribeSubscribe to the auction package for the specified buyer. Once subscribed, the bidder will receive a call out for inventory matching the auction package targeting criteria with the auction package deal ID and the specified buyer.
-
buyers.authorizedbuyersmarketplaceBuyersAuctionPackagesSubscribeClientsSubscribe the specified clients of the buyer to the auction package. If a client in the list does not belong to the buyer, an error response will be returned, and all of the following clients in the list will not be subscribed. Subscribing an already subscribed client will have no effect.
-
buyers.authorizedbuyersmarketplaceBuyersAuctionPackagesUnsubscribeUnsubscribe from the auction package for the specified buyer. Once unsubscribed, the bidder will no longer receive a call out for the auction package deal ID and the specified buyer.
-
buyers.authorizedbuyersmarketplaceBuyersAuctionPackagesUnsubscribeClientsUnsubscribe from the auction package for the specified clients of the buyer. Unsubscribing a client that is not subscribed will have no effect.
-
buyers.authorizedbuyersmarketplaceBuyersClientsCreateCreates a new client.
-
buyers.authorizedbuyersmarketplaceBuyersClientsListLists all the clients for the current buyer.
-
buyers.authorizedbuyersmarketplaceBuyersClientsUsersActivateActivates an existing client user. The state of the client user will be updated from "INACTIVE" to "ACTIVE". This method has no effect if the client user is already in "ACTIVE" state. An error will be returned if the client user to activate is still in "INVITED" state.
-
buyers.authorizedbuyersmarketplaceBuyersClientsUsersCreateCreates a new client user in "INVITED" state. An email invitation will be sent to the new user, once accepted the user will become active.
-
buyers.authorizedbuyersmarketplaceBuyersClientsUsersDeactivateDeactivates an existing client user. The state of the client user will be updated from "ACTIVE" to "INACTIVE". This method has no effect if the client user is already in "INACTIVE" state. An error will be returned if the client user to deactivate is still in "INVITED" state.
-
buyers.authorizedbuyersmarketplaceBuyersClientsUsersDeleteDeletes an existing client user. The client user will lose access to the Authorized Buyers UI. Note that if a client user is deleted, the user's access to the UI can't be restored unless a new client user is created and activated.
-
buyers.authorizedbuyersmarketplaceBuyersClientsUsersListLists all client users for a specified client.
-
buyers.authorizedbuyersmarketplaceBuyersFinalizedDealsAddCreativeAdd creative to be used in the bidding process for a finalized deal. For programmatic guaranteed deals, it's recommended that you associate at least one approved creative with the deal before calling SetReadyToServe, to help reduce the number of bid responses filtered because they don't contain approved creatives. Creatives successfully added to a deal can be found in the Realtime-bidding Creatives API creative.deal_ids. This method only applies to programmatic guaranteed deals. Maximum number of 1000 creatives can be added to a finalized deal.
-
buyers.authorizedbuyersmarketplaceBuyersFinalizedDealsListLists finalized deals. Use the URL path "/v1/buyers/{accountId}/finalizedDeals" to list finalized deals for the current buyer and its clients. Bidders can use the URL path "/v1/bidders/{accountId}/finalizedDeals" to list finalized deals for the bidder, its buyers and all their clients.
-
buyers.authorizedbuyersmarketplaceBuyersFinalizedDealsPausePauses serving of the given finalized deal. This call only pauses the serving status, and does not affect other fields of the finalized deal. Calling this method for an already paused deal has no effect. This method only applies to programmatic guaranteed deals.
-
buyers.authorizedbuyersmarketplaceBuyersFinalizedDealsResumeResumes serving of the given finalized deal. Calling this method for an running deal has no effect. If a deal is initially paused by the seller, calling this method will not resume serving of the deal until the seller also resumes the deal. This method only applies to programmatic guaranteed deals.
-
buyers.authorizedbuyersmarketplaceBuyersFinalizedDealsSetReadyToServeSets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call
setReadyToServe, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. This method only applies to programmatic guaranteed deals. -
buyers.authorizedbuyersmarketplaceBuyersProposalsAcceptAccepts the proposal at the given revision number. If the revision number in the request is behind the latest from the server, an error message will be returned. This call updates the Proposal.state from
BUYER_ACCEPTANCE_REQUESTEDtoFINALIZED; it has no side effect if the Proposal.state is alreadyFINALIZEDand throws exception if the Proposal.state is not eitherBUYER_ACCEPTANCE_REQUESTEDorFINALIZED. Accepting a proposal means the buyer understands and accepts the Proposal.terms_and_conditions proposed by the seller. -
buyers.authorizedbuyersmarketplaceBuyersProposalsAddNoteCreates a note for this proposal and sends to the seller.
-
buyers.authorizedbuyersmarketplaceBuyersProposalsCancelNegotiationCancels an ongoing negotiation on a proposal. This does not cancel or end serving for the deals if the proposal has been finalized. If the proposal has not been finalized before, calling this method will set the Proposal.state to
TERMINATEDand increment the Proposal.proposal_revision. If the proposal has been finalized before and is under renegotiation now, calling this method will reset the Proposal.state toFINALIZEDand increment the Proposal.proposal_revision. This method does not support private auction proposals whose Proposal.deal_type is 'PRIVATE_AUCTION'. -
buyers.authorizedbuyersmarketplaceBuyersProposalsDealsBatchUpdateBatch updates multiple deals in the same proposal.
-
buyers.authorizedbuyersmarketplaceBuyersProposalsDealsListLists all deals in a proposal. To retrieve only the finalized revision deals regardless if a deal is being renegotiated, see the FinalizedDeals resource.
-
buyers.authorizedbuyersmarketplaceBuyersProposalsDealsPatchUpdates the given deal at the buyer known revision number. If the server revision has advanced since the passed-in proposal.proposal_revision an ABORTED error message will be returned. The revision number is incremented by the server whenever the proposal or its constituent deals are updated. Note: The revision number is kept at a proposal level. The buyer of the API is expected to keep track of the revision number after the last update operation and send it in as part of the next update request. This way, if there are further changes on the server (for example, seller making new updates), then the server can detect conflicts and reject the proposed changes.
-
buyers.authorizedbuyersmarketplaceBuyersProposalsListLists proposals. A filter expression (list filter syntax) may be specified to filter the results. This will not list finalized versions of proposals that are being renegotiated; to retrieve these use the finalizedProposals resource.
-
buyers.authorizedbuyersmarketplaceBuyersProposalsSendRfpSends a request for proposal (RFP) to a publisher to initiate the negotiation regarding certain inventory. In the RFP, buyers can specify the deal type, deal terms, start and end dates, targeting, and a message to the publisher. Once the RFP is sent, a proposal in
SELLER_REVIEW_REQUESTEDstate will be created and returned in the response. The publisher may review your request and respond with detailed deals in the proposal. -
buyers.authorizedbuyersmarketplaceBuyersPublisherProfilesGetGets the requested publisher profile by name.
-
buyers.authorizedbuyersmarketplaceBuyersPublisherProfilesListLists publisher profiles. The returned publisher profiles aren't in any defined order. The order of the results might change. A new publisher profile can appear in any place in the list of returned results.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools