[[["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-11-19 UTC."],[[["The `SuggestedAdUnitService` allows retrieval of suggested ad units, and the results are organized within the `SuggestedAdUnitPage` object."],["`SuggestedAdUnitPage` includes details like the total result size, starting index, and a collection of `SuggestedAdUnit` objects."],["Accessing suggested ad units involves utilizing the `getSuggestedAdUnitsByStatement` method provided by the service."]]],["The `SuggestedAdUnitService` uses `getSuggestedAdUnitsByStatement` to retrieve `SuggestedAdUnitPage` objects. This page contains `SuggestedAdUnit` objects and metadata. Key fields within `SuggestedAdUnitPage` include `totalResultSetSize`, indicating the total number of results, `startIndex`, denoting the page's starting position in the results, and `results`, the array holding the suggested ad units themselves. The service operates within the `https://www.google.com/apis/ads/publisher/v202411` namespace.\n"]]