[[["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 for performing actions, like approvals, on suggested ad units."],["`SuggestedAdUnitAction` represents the possible actions on `SuggestedAdUnit` objects, including `ApproveSuggestedAdUnits`."],["These services and actions are part of the Google Ad Manager API and reside within a specific namespace for version 202411."]]],["The `SuggestedAdUnitService` allows actions on `SuggestedAdUnit` objects. The core action is `performSuggestedAdUnitAction()`, which utilizes the `SuggestedAdUnitAction`. `ApproveSuggestedAdUnits` is an example of an available action. The service's namespace is `https://www.google.com/apis/ads/publisher/v202411`, and its functionalities are based on interacting with `SuggestedAdUnit` instances. The service's dependency is also `SuggestedAdUnitService`.\n"]]