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.
HTTP request
POST https://authorizedbuyersmarketplace.googleapis.com/v1/{deal=buyers/*/finalizedDeals/*}:setReadyToServe
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Programmatic Guaranteed deals are automatically set to serve once finalized, but this endpoint allows publishers to manually control when they start serving."],["This endpoint enables publishers to delay serving finalized deals until they're fully prepared, such as having creatives ready."],["To use this feature, publishers need to be on an allowlist and call `setReadyToServe` before finalized deals belonging to them and their child seats will start serving."],["The request is sent as an empty `POST` request to a specific URL containing the buyer and finalized deal IDs."],["Successful calls will return the `FinalizedDeal` object and require the `https://www.googleapis.com/auth/authorized-buyers-marketplace` OAuth scope."]]],[]]