Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MutateSharedSetsRequest
Fields |
customer_id
|
string
Required. The ID of the customer whose shared sets are being modified.
|
operations[]
|
SharedSetOperation
Required. The list of operations to perform on individual shared sets.
|
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."],[[["Allows modification of shared sets for a specific Google Ads customer by specifying operations to perform."],["Provides options for handling errors: continue on error (`partial_failure`) or execute all operations in a single transaction."],["Enables validation of the request without execution using `validate_only` to identify potential errors."],["Offers control over response content: receive the full modified resource or just its name (`response_content_type`)."]]],["The `SharedSetService.MutateSharedSets` request modifies shared sets for a specified customer using a list of `SharedSetOperation`. The `customer_id` and `operations` are required. `partial_failure` enables partial execution, while `validate_only` checks for validity without execution. `response_content_type` dictates the response's content, either resource name or full mutable resource. Default `partial_failure` and `validate_only` values are false.\n"]]