MoveManagerLinkRequest
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
customer_id
|
string
Required. The ID of the client customer that is being moved.
|
previous_customer_manager_link
|
string
Required. The resource name of the previous CustomerManagerLink. The resource name has the form: customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}
|
new_manager
|
string
Required. The resource name of the new manager customer that the client wants to move to. Customer resource names have the format: "customers/{customer_id}"
|
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 2025-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# MoveManagerLinkRequest\n\nRequest message for [CustomerManagerLinkService.MoveManagerLink](/google-ads/api/reference/rpc/v20/CustomerManagerLinkService/MoveManagerLink).\n\n| Fields ||\n|--------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `customer_id` | `string` Required. The ID of the client customer that is being moved. |\n| ### `previous_customer_manager_link` | `string` Required. The resource name of the previous CustomerManagerLink. The resource name has the form: `customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}` |\n| ### `new_manager` | `string` Required. The resource name of the new manager customer that the client wants to move to. Customer resource names have the format: \"customers/{customer_id}\" |\n| ### `validate_only` | `bool` If true, the request is validated but not executed. Only errors are returned, not results. |"]]