[[["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."],[[["`PlacementPage` objects represent a page of `Placement` objects, providing access to a subset of placements within a larger result set."],["The `PlacementPage` includes information about the total result set size (`totalResultSetSize`), the starting position of the page within the result set (`startIndex`), and the actual `Placement` objects on that page (`results`)."],["This structure allows for efficient retrieval and management of large collections of placements within the Google Ad Manager system."]]],["The `PlacementService` utilizes the `getPlacementsByStatement()` method to retrieve a `PlacementPage`. This `PlacementPage` contains a set of `Placement` objects. The page details include `totalResultSetSize`, representing the entire result set's size, `startIndex`, indicating the page's starting index within the set, and `results`, which is an array of `Placement` objects included on that specific page. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]