Method: accounts.proposals.cancelNegotiation

  • The cancelNegotiation method is used to cancel an ongoing negotiation on a proposal without affecting finalized deals or serving.

  • The HTTP request to cancel a negotiation uses a POST method with specific accountId and proposalId parameters in the URL.

  • The request body for cancelling a negotiation must be empty.

  • A successful response will return a Proposal object.

  • The cancelNegotiation method requires the https://www.googleapis.com/auth/adexchange.buyer OAuth scope for authorization.

Cancel an ongoing negotiation on a proposal. This does not cancel or end serving for the deals if the proposal has been finalized, but only cancels a negotiation unilaterally.

HTTP request

POST https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/proposals/{proposalId}:cancelNegotiation

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
accountId

string

Account ID of the buyer.

proposalId

string

The ID of the proposal to cancel negotiation for.

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