Method: accounts.proposals.cancelNegotiation

  • Cancel an ongoing negotiation on a proposal without impacting finalized deals.

  • Requires sending an empty POST request to the specific endpoint with account and proposal IDs.

  • Upon successful cancellation, the API returns the updated Proposal object.

  • This functionality necessitates 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