[[["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-05-15 UTC."],[[["AdUnitPage retrieves a subset of AdUnits, providing navigation through a larger result set via pagination."],["The response includes the total number of AdUnits, the starting position of the current page, and the AdUnit data itself."],["This information is fetched using the `getAdUnitsByStatement()` method within the `InventoryService`."]]],["The `InventoryService` utilizes the `getAdUnitsByStatement()` method to retrieve `AdUnit` objects, which are encapsulated within an `AdUnitPage`. This page structure includes `totalResultSetSize`, indicating the overall size of the result set, `startIndex`, specifying the page's starting position, and `results`, an array holding the `AdUnit` objects for that particular page. The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]