MutateCustomerClientLinkRequest
Fields |
customer_id
|
string
Required. The ID of the customer whose customer link are being modified.
|
operation
|
CustomerClientLinkOperation
Required. The operation to perform on the individual CustomerClientLink.
|
validate_only
|
bool
If true, the request is validated but not executed. Only errors are returned, not results.
|
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 details the structure of a request to modify a customer link with the `CustomerClientLinkService.MutateCustomerClientLink` method in the Google Ads API."],["The request needs the customer ID, an operation detailing what modification to apply, and an optional flag to only validate the request without execution."],["Essential fields within the request include `customer_id`, `operation`, and `validate_only`."]]],[]]