[[["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-08-20 UTC."],[[["ProposalPage objects represent a page within a larger set of Proposal objects, providing access to a specific subset of proposals."],["It includes information like the total number of proposals (`totalResultSetSize`), the starting position of the page within the full set (`startIndex`), and the actual proposals on this page (`results`)."],["This structure is utilized by the `getProposalsByStatement()` method in the `ProposalService` to retrieve and organize proposal data."]]],["The `ProposalService` utilizes `getProposalsByStatement()` to retrieve `Proposal` objects. This service returns a `ProposalPage`, which represents a subset of proposals. A `ProposalPage` includes `totalResultSetSize`, indicating the total number of proposals, `startIndex`, representing the page's starting index, and `results`, containing the actual `Proposal` objects within that page. The service namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]