[[["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-02-13 UTC."],[[["The `InventoryService` and its `getAdUnitsByStatement()` method are used to retrieve ad unit information."],["`AdUnitPage` objects store a page of `AdUnit` objects, including the total result size, starting index, and the ad units themselves."],["The `AdUnitPage` object uses the namespace `https://www.google.com/apis/ads/publisher/v202402`."]]],["The `InventoryService` utilizes the `getAdUnitsByStatement()` method to retrieve `AdUnit` objects, returning them within an `AdUnitPage`. This page includes `totalResultSetSize`, indicating the total number of ad units; `startIndex`, the page's starting position; and `results`, an array of `AdUnit` objects contained in the page. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]