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.
MutateAdGroupCriterionCustomizerResult
The result for the ad group criterion customizer mutate.
Fields |
resourceName |
string
Returned for successful operations.
|
adGroupCriterionCustomizer |
object (AdGroupCriterionCustomizer )
The mutated AdGroupCriterionCustomizer 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 content outlines the JSON representation for the ad group criterion customizer mutate operation."],["The `resourceName` field, a string, is returned for successful operations."],["The `adGroupCriterionCustomizer` field, an object, represents the mutated AdGroupCriterionCustomizer after the mutate operation."],["`adGroupCriterionCustomizer` field is only returned when `responseContentType` is set to \"MUTABLE_RESOURCE\"."]]],["The JSON representation details the result of an ad group criterion customizer mutation. Upon successful operation, a `resourceName` (string) is returned. The `adGroupCriterionCustomizer` object, containing mutable fields, is provided in the response when \"MUTABLE_RESOURCE\" is specified. The fields included are `resourceName`, indicating a successful outcome, and `adGroupCriterionCustomizer`, representing the updated customizer.\n"]]