type SuggestedAdUnitUpdateResult (v202308)
Service
SuggestedAdUnitService
Represents the result of performing an action on SuggestedAdUnit objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202308
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 2023-08-22 UTC.
[null,null,["Last updated 2023-08-22 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."],["The service operates within the `https://www.google.com/apis/ads/publisher/v202308` namespace."],["When creating new ad units based on suggestions, the `newAdUnitIds` field contains an array of strings representing the IDs of the created `AdUnit` objects."],["The `numChanges` field indicates the total count of objects that were modified due to the performed action."]]],[]]