Skip to main content

finalized_proposals

Overview

Namefinalized_proposals
TypeResource
Idgoogleads.adexchangebuyer2.finalized_proposals

Fields

NameDatatypeDescription
proposalsarrayThe list of proposals.
nextPageTokenstringContinuation token for fetching the next page of results.

Methods

NameAccessible byRequired ParamsDescription
accounts_finalizedProposals_listSELECTaccountIdList finalized proposals, regardless if a proposal is being renegotiated. A filter expression (PQL query) may be specified to filter the results. The notes will not be returned.
accounts_finalizedProposals_pauseEXECaccountId, proposalIdUpdate given deals to pause serving. This method will set the DealServingMetadata.DealPauseStatus.has_buyer_paused bit to true for all listed deals in the request. Currently, this method only applies to PG and PD deals. For PA deals, call accounts.proposals.pause endpoint. It is a no-op to pause already-paused deals. It is an error to call PauseProposalDeals for deals which are not part of the proposal of proposal_id or which are not finalized or renegotiating.
accounts_finalizedProposals_resumeEXECaccountId, proposalIdUpdate 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 running deals or deals paused by the other party. It is an error to call ResumeProposalDeals for deals which are not part of the proposal of proposal_id or which are not finalized or renegotiating.