Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ManagerLinkError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible ManagerLink errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
ACCOUNTS_NOT_COMPATIBLE_FOR_LINKING
|
The manager and client have incompatible account types. |
TOO_MANY_MANAGERS
|
Client is already linked to too many managers. |
TOO_MANY_INVITES
|
Manager has too many pending invitations. |
ALREADY_INVITED_BY_THIS_MANAGER
|
Client is already invited by this manager. |
ALREADY_MANAGED_BY_THIS_MANAGER
|
The client is already managed by this manager. |
ALREADY_MANAGED_IN_HIERARCHY
|
Client is already managed in hierarchy. |
DUPLICATE_CHILD_FOUND
|
Manager and sub-manager to be linked have duplicate client. |
CLIENT_HAS_NO_ADMIN_USER
|
Client has no active user that can access the client account. |
MAX_DEPTH_EXCEEDED
|
Adding this link would exceed the maximum hierarchy depth. |
CYCLE_NOT_ALLOWED
|
Adding this link will create a cycle. |
TOO_MANY_ACCOUNTS
|
Manager account has the maximum number of linked clients. |
TOO_MANY_ACCOUNTS_AT_MANAGER
|
Parent manager account has the maximum number of linked clients. |
NON_OWNER_USER_CANNOT_MODIFY_LINK
|
The account is not authorized owner. |
SUSPENDED_ACCOUNT_CANNOT_ADD_CLIENTS
|
Your manager account is suspended, and you are no longer allowed to link to clients. |
CLIENT_OUTSIDE_TREE
|
You are not allowed to move a client to a manager that is not under your current hierarchy. |
INVALID_STATUS_CHANGE
|
The changed status for mutate link is invalid. |
INVALID_CHANGE
|
The change for mutate link is invalid. |
CUSTOMER_CANNOT_MANAGE_SELF
|
You are not allowed to link a manager account to itself. |
CREATING_ENABLED_LINK_NOT_ALLOWED
|
The link was created with status ACTIVE and not PENDING. |
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-05-29 UTC.
[[["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 2024-05-29 UTC."],[[["This enum defines potential error codes encountered when linking or managing accounts in a hierarchical structure."],["Errors cover scenarios such as account compatibility, exceeding link limits, existing relationships, and structural constraints."],["Specific error codes address unauthorized access, account suspensions, and improper link status changes."],["It ensures clear communication of issues during account management operations, enabling developers to handle them gracefully."]]],[]]