[[["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` allows publishers to perform actions on suggested ad units, such as creating new ad units based on suggestions."],["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."],["`SuggestedAdUnitUpdateResult` includes fields like `newAdUnitIds`, which contains an array of ad unit IDs created after performing actions on suggested ad units, and `numChanges`, which indicates the count of objects modified as a result of the performed action."]]],["The `SuggestedAdUnitService` allows actions to be performed on `SuggestedAdUnit` objects via the `performSuggestedAdUnitAction()` method. The `SuggestedAdUnitUpdateResult` provides information about the action's outcome, including `newAdUnitIds`, which are the IDs of newly created `AdUnit` objects, and `numChanges`, indicating the number of modified objects. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]