Update given deals to resume serving. This method will set the DealServingMetadata.DealPauseStatus.has_buyer_paused bit to false for all listed deals in the request. Currently, this method only applies to PG and PD deals. For PA deals, call accounts.proposals.resume endpoint.
It is a no-op to resume already-running deals. It is an error to call finalizedProposals.resume for deals which are not part of the proposal of proposalId or which are not finalized or renegotiating.
HTTP request
POST https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/finalizedProposals/{proposalId}:resume
[[["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."],[[["Resumes serving for specified or all deals within a finalized proposal, specifically for PG and PD deals, by setting the `DealServingMetadata.DealPauseStatus.has_buyer_paused` bit to false."],["To resume paused deals, send a POST request to the endpoint `https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/finalizedProposals/{proposalId}:resume`, providing the `accountId` and `proposalId`."],["The request body can optionally include an array of `externalDealIds` to specify which deals to resume; if empty, all deals within the proposal are resumed."],["A successful response returns the updated [Proposal](/authorized-buyers/apis/reference/rest/v2beta1/accounts.proposals#Proposal) object."],["Requires authorization with the `https://www.googleapis.com/auth/adexchange.buyer` scope."]]],[]]