Method: accounts.proposals.pauseStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
This method pauses serving for all deals within a proposal by settingDealServingMetadata.DealPauseStatus.has_buyer_pausedto true.
Pausing an already-paused proposal has no effect, while attempting to pause a non-finalized or renegotiating proposal results in an error.
The HTTP request uses a POST method with specificaccountIdandproposalIdpath parameters to identify the proposal to be paused.
The request body requires areasonfield (string) explaining why the proposal is being paused, which will be displayed in the seller's UI.
A successful response returns aProposalinstance, and the method requires thehttps://www.googleapis.com/auth/adexchange.buyerOAuth scope for authorization.
Update the given proposal to pause serving. This method will set theDealServingMetadata.DealPauseStatus.has_buyer_pausedbit to true for all deals in the proposal.
It is a no-op to pause an already-paused proposal. It is an error to call proposals.pause for a proposal that is not finalized or renegotiating.
HTTP request
POST https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/proposals/{proposalId}:pause
[[["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."],[],[]]