[[["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."],[[["The SuggestedAdUnitService allows publishers to perform actions on suggested ad units, such as approving or dismissing them."],["The SuggestedAdUnitUpdateResult object provides information about the outcome of these actions, including the IDs of any newly created ad units and the total number of changes made."]]],["The `SuggestedAdUnitService` allows actions to be performed on `SuggestedAdUnit` objects via `performSuggestedAdUnitAction()`. The result, `SuggestedAdUnitUpdateResult`, provides details about the action's impact. Key information includes `newAdUnitIds`, an array of IDs for newly created `AdUnit` objects, and `numChanges`, indicating the total number of modified objects due to the action. The service operates within the specified namespace.\n"]]