type SuggestedAdUnitUpdateResult (v202411)
Service
SuggestedAdUnitService
Represents the result of performing an action on SuggestedAdUnit objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The SuggestedAdUnitService enables actions on SuggestedAdUnit objects, resulting in a SuggestedAdUnitUpdateResult."],["SuggestedAdUnitUpdateResult includes details like IDs of newly created AdUnits and the total number of changes made."],["The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202411`."]]],["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"]]