Page Summary
-
The
MoveManagerLinkRPC call moves a client customer to a new manager customer. -
This method simplifies the process by combining the update operations required to move a client customer between managers.
-
The call returns a
MoveManagerLinkResponseand can throw various errors like AuthenticationError, AuthorizationError, and MutateError. -
This operation requires the
https://www.googleapis.com/auth/adwordsOAuth scope for authorization.
MoveManagerLink |
|
|---|---|
|
Moves a client customer to a new manager customer. This simplifies the complex request that requires two operations to move a client customer to a new manager, for example: 1. Update operation with Status INACTIVE (previous manager) and, 2. Update operation with Status ACTIVE (new manager). List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError MutateError QuotaError RequestError |
|
- Authorization scopes
-
Requires the following OAuth scope:
https://www.googleapis.com/auth/adwords
For more information, see the OAuth 2.0 Overview.