[[["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."],[[["`CompanyPage` objects represent a page of `Company` objects, providing information about a set of companies within the Google Ad Manager system."],["The key properties of a `CompanyPage` include `totalResultSetSize` indicating the total number of companies, `startIndex` specifying the starting position of the current page within the total set, and `results` containing an array of `Company` objects for the current page."]]],["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"]]