type SuggestedAdUnitUpdateResult (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
SuggestedAdUnitService
Represents the result of performing an action on SuggestedAdUnit objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
newAdUnitIds
|
xsd:string[]
The ids of the AdUnit objects that were created in response to a
performSuggestedAdUnitAction call.
|
numChanges
|
xsd:int
The number of objects that were changed as a result of performing the
action.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe SuggestedAdUnitService allows publishers to perform actions on suggested ad units, such as creating new ad units based on suggestions.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThe service and its associated objects are part of the Google Ad Manager API and can be accessed via the specified namespace.\u003c/p\u003e\n"]]],["The `SuggestedAdUnitService` allows actions to be performed on `SuggestedAdUnit` objects via the `performSuggestedAdUnitAction()` method. The `SuggestedAdUnitUpdateResult` provides information about the outcome. It details the `newAdUnitIds`, which are the IDs of the newly created `AdUnit` objects, and the `numChanges`, indicating the total number of objects modified due to the action. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type SuggestedAdUnitUpdateResult (v202408)\n\n**Service** \n**SuggestedAdUnitService** **Dependencies** \n[performSuggestedAdUnitAction()](/ad-manager/api/reference/v202408/SuggestedAdUnitService#performSuggestedAdUnitAction) \n▼\n**SuggestedAdUnitUpdateResult**\n\nRepresents the result of performing an action on [SuggestedAdUnit](/ad-manager/api/reference/v202408/SuggestedAdUnitService.SuggestedAdUnit) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `newAdUnitIds` | ` `xsd:`string[]` The ids of the [AdUnit](/ad-manager/api/reference/v202408/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. |"]]