Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MutateAdGroupCriterionCustomizersRequest
Fields |
customer_id
|
string
Required. The ID of the customer whose ad group criterion customizers are being modified.
|
operations[]
|
AdGroupCriterionCustomizerOperation
Required. The list of operations to perform on individual ad group criterion customizers.
|
partial_failure
|
bool
If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. Default is false.
|
validate_only
|
bool
If true, the request is validated but not executed. Only errors are returned, not results.
|
response_content_type
|
ResponseContentType
The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation.
|
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-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["This request message is for modifying ad group criterion customizers within a specified Google Ads customer account."],["It involves providing operations to be performed, such as creating or updating customizers, with options for handling errors and validation."],["Users can specify whether to receive the full modified resource or just its name in the response."]]],["The `AdGroupCriterionCustomizerService.MutateAdGroupCriterionCustomizers` request modifies ad group criterion customizers. It requires the customer's ID and a list of operations. The request supports partial failure, where valid operations succeed even if others fail. It also offers a `validate_only` option to check for errors without executing changes. Finally, the `response_content_type` field lets users decide if the server should return the entire updated resource after a mutation or just its name.\n"]]