Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
CustomerOperation
A single update on a customer.
Fields |
update
|
Customer
Mutate operation. Only updates are supported for customer.
|
update_mask
|
FieldMask
FieldMask that determines which resource fields are modified in an update.
|
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-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["This page focuses on updating existing customer information within Google Ads."],["`update` allows you to modify the [Customer](/google-ads/api/reference/rpc/v17/Customer) resource using a mutate operation."],["The `update_mask` specifies which [Customer](/google-ads/api/reference/rpc/v17/Customer) fields are targeted during the update, using a [FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)."]]],["The content details how to update a customer using a mutate operation. Only updates are supported for the customer resource. Modifications are specified using a `FieldMask`, which identifies the specific resource fields to be changed. The `update` field is used to carry the customer data for the update operation. The FieldMask `update_mask` is a requirement to ensure only specified fields are modified.\n"]]