[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThis page describes the JSON response structure when listing proposals within the Authorized Buyers Real-Time Bidding API.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of 'proposals' and a 'nextPageToken' for handling pagination.\u003c/p\u003e\n"],["\u003cp\u003eEach proposal in the array is represented as a JSON object conforming to the 'Proposal' object definition.\u003c/p\u003e\n"]]],["The core content details the JSON representation for listing proposals. The response includes an array of `proposals`, each a `Proposal` object. It also contains a `nextPageToken`, a string used to retrieve the subsequent page of proposals if more are available. The `proposals[]` field provides the list of proposals, and `nextPageToken` is the token for pagination.\n"],null,["# ListProposalsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for listing proposals.\n\n| JSON representation ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"proposals\": [ { object (/authorized-buyers/apis/reference/rest/v2beta1/accounts.proposals#Proposal) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------|\n| `proposals[]` | `object (`[Proposal](/authorized-buyers/apis/reference/rest/v2beta1/accounts.proposals#Proposal)`)` The list of proposals. |\n| `nextPageToken` | `string` Continuation token for fetching the next page of results. |"]]