[[["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\u003e\u003ccode\u003eCompanyPage\u003c/code\u003e objects represent a page of \u003ccode\u003eCompany\u003c/code\u003e objects, providing information about a set of companies within the Google Ad Manager system.\u003c/p\u003e\n"],["\u003cp\u003eThe key properties of a \u003ccode\u003eCompanyPage\u003c/code\u003e include \u003ccode\u003etotalResultSetSize\u003c/code\u003e indicating the total number of companies, \u003ccode\u003estartIndex\u003c/code\u003e specifying the starting position of the current page within the total set, and \u003ccode\u003eresults\u003c/code\u003e containing an array of \u003ccode\u003eCompany\u003c/code\u003e objects for the current page.\u003c/p\u003e\n"]]],["The `CompanyService` utilizes the `getCompaniesByStatement()` method to retrieve `Company` objects. The output is a `CompanyPage`, containing an array of `Company` objects (`results`). This page also provides metadata, including `totalResultSetSize`, indicating the total number of companies, and `startIndex`, representing the starting index of this specific page within the full result set. The data is structured under the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type CompanyPage (v202408)\n\n**Service** \n**CompanyService** **Dependencies** \n[getCompaniesByStatement()](/ad-manager/api/reference/v202408/CompanyService#getCompaniesByStatement) \n▼\n**CompanyPage**\n\nCaptures a page of [Company](/ad-manager/api/reference/v202408/CompanyService.Company) 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` | ` `[Company](/ad-manager/api/reference/v202408/CompanyService.Company)`[]` The collection of companies contained within this page. |"]]