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-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["The status of a link between a Google Ads customer and another account can be `ENABLED`, `REMOVED`, `REQUESTED`, `PENDING_APPROVAL`, `REJECTED`, or `REVOKED`."],["A link can be requested by one user and approved or rejected by a user on the other account."],["Users can revoke or remove links they have requested or control."],["`UNSPECIFIED` and `UNKNOWN` statuses are primarily used for system purposes and not direct user interaction."]]],[]]