Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
MutateAdGroupAssetResult
The result for the ad group asset mutate.
JSON representation |
{
"resourceName": string,
"adGroupAsset": {
object (AdGroupAsset )
}
} |
Fields |
resourceName |
string
Returned for successful operations.
|
adGroupAsset |
object (AdGroupAsset )
The mutated ad group asset with only mutable fields after mutate. The field will only be returned when responseContentType is set to "MUTABLE_RESOURCE".
|
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-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["The JSON representation provides details about the ad group asset mutate operation, including the resource name and the ad group asset object."],["Successful operations will return a resource name as a string."],["The adGroupAsset field includes the mutated ad group asset, showing only the fields that were changed."],["This field is only returned if responseContentType is set to \"MUTABLE_RESOURCE\"."]]],["The JSON response from an ad group asset mutation includes a `resourceName` string, which is present upon successful operations. Additionally, it may include an `adGroupAsset` object, containing the mutated ad group asset's modifiable fields. The `adGroupAsset` field is only returned when the `responseContentType` is specifically set to \"MUTABLE_RESOURCE\".\n"]]