AI-generated Key Takeaways
-
The
MutateAccountLinkRPC can create or remove an account link. -
Starting from V5, creating an account link should be done using
AccountLinkService.CreateAccountLinkinstead ofMutateAccountLink. -
This method requires the
https://www.googleapis.com/auth/adwordsOAuth scope for authorization.
MutateAccountLink |
|
|---|---|
|
Creates or removes an account link. From V5, create is not supported through AccountLinkService.MutateAccountLink. Use AccountLinkService.CreateAccountLink instead. List of thrown errors: AccountLinkError AuthenticationError AuthorizationError FieldMaskError 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.