Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The finalizedProposals.resume method updates finalized and renegotiating PG and PD deals to resume serving by setting DealServingMetadata.DealPauseStatus.has_buyer_paused to false.
The request requires accountId and proposalId as path parameters in the URL.
The request body is a JSON object containing an array of externalDealIds of the deals to resume, or empty to resume all deals in the proposal.
A successful response contains an instance of Proposal.
The method requires the https://www.googleapis.com/auth/adexchange.buyer authorization scope.
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."],[],[]]