MutateCustomerRequest
Fields |
customer_id
|
string
Required. The ID of the customer being modified.
|
operation
|
CustomerOperation
Required. The operation to perform on the customer
|
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 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This page details the request message structure for `MutateCustomer`, used to modify Google Ads customer information."],["The request requires the `customer_id`, the desired `operation`, and optionally allows validation without execution using `validate_only`."],["It also offers control over the response format through the `response_content_type` field, allowing for either the full modified resource or just its name to be returned."]]],[]]