Authorized Buyers Marketplace API (authorizedbuyersmarketplace:v1)

2025-10-29

1 new method

Additions

    Methods
  • authorizedbuyersmarketplace.bidders.finalizedDeals.setReadyToServe

      Parameter Order : deal

      Path : v1/{+deal}:setReadyToServe

      Flat Path : v1/bidders/{biddersId}/finalizedDeals/{finalizedDealsId}:setReadyToServe

      Scopes : https://www.googleapis.com/auth/authorized-buyers-marketplace

      HTTP Method : POST

      Description : Sets 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. In addition, bidders can use the URL path "/v1/bidders/{accountId}/finalizedDeals/{dealId}" to set ready to serve for the finalized deals belong to itself, its child seats and all their clients. This method only applies to programmatic guaranteed deals.

      Parameters :

        deal

          Location : path

          Description : Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or `bidders/{accountId}/finalizedDeals/{dealId}`

          Type : string

          Required : Yes

          Pattern : ^bidders/[^/]+/finalizedDeals/[^/]+$