[[["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 2025-08-06 UTC."],[[["\u003cp\u003eThe SuggestedAdUnitService enables actions on SuggestedAdUnit objects, resulting in a SuggestedAdUnitUpdateResult.\u003c/p\u003e\n"],["\u003cp\u003eSuggestedAdUnitUpdateResult includes details like IDs of newly created AdUnits and the total number of changes made.\u003c/p\u003e\n"],["\u003cp\u003eThe service operates within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `performSuggestedAdUnitAction` function, part of the `SuggestedAdUnitService`, executes actions on `SuggestedAdUnit` objects. The `SuggestedAdUnitUpdateResult` provides information about the action's outcome. It includes `newAdUnitIds`, an array of IDs for newly created `AdUnit` objects, and `numChanges`, representing the total number of objects modified during the operation. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type SuggestedAdUnitUpdateResult (v202411)\n\n**Service** \n**SuggestedAdUnitService** **Dependencies** \n[performSuggestedAdUnitAction()](/ad-manager/api/reference/v202411/SuggestedAdUnitService#performSuggestedAdUnitAction) \n▼\n**SuggestedAdUnitUpdateResult**\n\nRepresents the result of performing an action on [SuggestedAdUnit](/ad-manager/api/reference/v202411/SuggestedAdUnitService.SuggestedAdUnit) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `newAdUnitIds` | ` `xsd:`string[]` The ids of the [AdUnit](/ad-manager/api/reference/v202411/InventoryService.AdUnit) objects that were created in response to a performSuggestedAdUnitAction call. |\n| ### `numChanges` | ` `xsd:`int` The number of objects that were changed as a result of performing the action. |"]]