[[["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 \u003ccode\u003eLabelPage\u003c/code\u003e object retrieves a portion of \u003ccode\u003eLabel\u003c/code\u003e objects, providing navigation through a larger result set.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003etotalResultSetSize\u003c/code\u003e, indicating the total number of labels, \u003ccode\u003estartIndex\u003c/code\u003e, specifying the starting position of the current page within the full set, and \u003ccode\u003eresults\u003c/code\u003e, containing the array of \u003ccode\u003eLabel\u003c/code\u003e objects on this page.\u003c/p\u003e\n"],["\u003cp\u003eThis page is part of the Google Ad Manager API, specifically the \u003ccode\u003eLabelService\u003c/code\u003e, allowing developers to interact with labels programmatically.\u003c/p\u003e\n"]]],["The `LabelService` utilizes the `getLabelsByStatement()` method to retrieve `Label` objects. These results are returned within a `LabelPage`, which contains a subset of labels. Key information within `LabelPage` includes `totalResultSetSize` (total number of labels), `startIndex` (starting index of the current page), and `results` (the array of `Label` objects within that page). The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type LabelPage (v202408)\n\n**Service** \n**LabelService** **Dependencies** \n[getLabelsByStatement()](/ad-manager/api/reference/v202408/LabelService#getLabelsByStatement) \n▼\n**LabelPage**\n\nCaptures a page of [Label](/ad-manager/api/reference/v202408/LabelService.Label) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\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` | ` `[Label](/ad-manager/api/reference/v202408/LabelService.Label)`[]` The collection of labels contained within this page. |"]]