[[["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-11-19 UTC."],[[["The ProposalPage object retrieves a segment of Proposal objects."],["It provides details like total result size, starting position, and the Proposals themselves."],["ProposalPage is part of the ProposalService within the Google Ad Manager API."],["The data structure includes fields for totalResultSetSize, startIndex, and results."]]],["The `ProposalService` utilizes the `getProposalsByStatement()` method to retrieve `Proposal` objects. The results are returned as a `ProposalPage`, containing a subset of proposals. Each `ProposalPage` includes the `totalResultSetSize`, indicating the total number of proposals, `startIndex`, representing the page's starting index within the full set, and `results`, an array of the `Proposal` objects within that page. The namespace for these entities is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]