AccountLinkStatus
Describes the possible statuses for a link between a Google Ads customer and another account.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
ENABLED
|
The link is enabled. |
REMOVED
|
The link is removed/disabled. |
REQUESTED
|
The link to the other account has been requested. A user on the other account may now approve the link by setting the status to ENABLED. |
PENDING_APPROVAL
|
This link has been requested by a user on the other account. It may be approved by a user on this account by setting the status to ENABLED. |
REJECTED
|
The link is rejected by the approver. |
REVOKED
|
The link is revoked by the user who requested the link. |
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.
[null,null,["Last updated 2024-05-29 UTC."],[[["This documentation details the various states a link between a Google Ads customer and another account can be in."],["Statuses include enabled, removed/disabled, requested by either party, pending approval, rejected, and revoked."],["The `ENABLED` status signifies an active and functional link between the two accounts."],["A link can transition through different phases, like `REQUESTED` and `PENDING_APPROVAL`, before becoming active or being `REJECTED` or `REVOKED`."],["The `UNSPECIFIED` and `UNKNOWN` statuses are primarily used for system purposes and do not represent actual link states."]]],[]]