Join us live on Discord on the Google Advertising and Measurement Community server and on YouTube on February 26th at 10:00 AM EST! We will discuss the new features added in v23.1 of the Google Ads API.
MoveManagerLinkRequest
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The request message for CustomerManagerLinkService.MoveManagerLink is used to move a client customer from one manager account to another.
The request requires the customer_id of the client being moved, the resource name of the previous_customer_manager_link, and the resource name of the new_manager.
An optional validate_only field allows for validation of the request without execution.
Required. The ID of the client customer that is being moved.
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}"
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}
validate_only
bool
If true, the request is validated but not executed. Only errors are returned, not results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-02-23 UTC."],[],[]]