Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This method resumes serving for a given proposal by setting the DealServingMetadata.DealPauseStatus.has_buyer_paused bit to false for all deals in the proposal.
Serving will not resume if the seller has also paused the proposal using the hasSellerPaused bit.
It is an error to call this method for proposals that are not finalized or are currently in the renegotiating stage.
The request body should be empty and a successful response returns a Proposal object.
This functionality requires the https://www.googleapis.com/auth/adexchange.buyer OAuth scope for authorization.
Update the given proposal to resume serving. This method will set the DealServingMetadata.DealPauseStatus.has_buyer_paused bit to false for all deals in the proposal.
Note that if the hasSellerPaused bit is also set, serving will not resume until the seller also resumes.
It is a no-op to resume an already-running proposal. It is an error to call proposals.resume for a proposal that is not finalized or renegotiating.
HTTP request
POST https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/proposals/{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."],[],[]]