[[["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."],[[["PlacementPage objects represent a page of Placement objects, providing access to a subset of placements within a larger result set."],["Key properties of PlacementPage include `totalResultSetSize`, indicating the total number of placements, `startIndex`, specifying the starting position of the current page within the full set, and `results`, containing the actual Placement objects for this page."],["The PlacementPage structure is used within the context of the Google Ad Manager API, specifically under the PlacementService, allowing for efficient retrieval and management of placements in your ad inventory."]]],["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 total set, and `results`, the array of `Placement` objects included in that page. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]