ListProposalsResponse

  • This page describes the JSON response structure when listing proposals within the Authorized Buyers Real-Time Bidding API.

  • The response includes an array of 'proposals' and a 'nextPageToken' for handling pagination.

  • Each proposal in the array is represented as a JSON object conforming to the 'Proposal' object definition.

Response message for listing proposals.

JSON representation
{
  "proposals": [
    {
      object (Proposal)
    }
  ],
  "nextPageToken": string
}
Fields
proposals[]

object (Proposal)

The list of proposals.

nextPageToken

string

Continuation token for fetching the next page of results.