[[["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 2025-08-06 UTC."],[[["\u003cp\u003eThe ProposalPage object retrieves a segment of Proposal objects.\u003c/p\u003e\n"],["\u003cp\u003eIt provides details like total result size, starting position, and the Proposals themselves.\u003c/p\u003e\n"],["\u003cp\u003eProposalPage is part of the ProposalService within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eThe data structure includes fields for totalResultSetSize, startIndex, and results.\u003c/p\u003e\n"]]],["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"],null,["# type ProposalPage (v202411)\n\n**Service** \n**ProposalService** **Dependencies** \n[getProposalsByStatement()](/ad-manager/api/reference/v202411/ProposalService#getProposalsByStatement) \n▼\n**ProposalPage**\n\nCaptures a page of [Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` The size of the total result set to which this page belongs. |\n| ### `startIndex` | ` `xsd:`int` The absolute index in the total result set on which this page begins. |\n| ### `results` | ` `[Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal)`[]` The collection of proposals contained within this page. |"]]