Method: accounts.finalizedProposals.resume

  • 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 object.

  • Requires authorization with the https://www.googleapis.com/auth/adexchange.buyer 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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
accountId

string

Account ID of the buyer.

proposalId

string

The proposalId of the proposal containing the deals.

Request body

The request body contains data with the following structure:

JSON representation
{
  "externalDealIds": [
    string
  ]
}
Fields
externalDealIds[]

string

The externalDealId's of the deals to resume. If empty, all the deals in the proposal will be resumed.

Response body

If successful, the response body contains an instance of Proposal.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adexchange.buyer