Method: accounts.proposals.resume

  • 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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
accountId

string

Account ID of the buyer.

proposalId

string

The ID of the proposal to resume.

Request body

The request body must be empty.

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