[[["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 SuggestedAdUnitService provides access to suggested ad units via the getSuggestedAdUnitsByStatement method."],["SuggestedAdUnitPage objects represent a page of suggested ad units, including the total result size, starting index, and the ad units themselves."],["Each SuggestedAdUnitPage contains metadata like total result size and starting index alongside the suggested ad unit data."]]],["The `SuggestedAdUnitService` uses `getSuggestedAdUnitsByStatement` to retrieve `SuggestedAdUnit` objects. The output is a `SuggestedAdUnitPage`, which holds a subset of suggested ad units. Each `SuggestedAdUnitPage` contains `totalResultSetSize` indicating the total count of results, `startIndex` for the starting position of the subset, and `results`, an array of the `SuggestedAdUnit` objects within that specific page. The service is under the namespace `https://www.google.com/apis/ads/publisher/v202402`.\n"]]