Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
ProductLinkInvitationStatus
Describes the possible statuses for an invitation between a Google Ads customer and another account.
Enums |
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ACCEPTED |
The invitation is accepted. |
REQUESTED |
An invitation has been sent to the other account. A user on the other account may now accept the invitation by setting the status to ACCEPTED. |
PENDING_APPROVAL |
This invitation has been sent by a user on the other account. It may be accepted by a user on this account by setting the status to ACCEPTED. |
REVOKED |
The invitation is revoked by the user who sent the invitation. |
REJECTED |
The invitation has been rejected by the invitee. |
EXPIRED |
The invitation has timed out before being accepted by the invitee. |
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."],[[["An invitation's status can be `ACCEPTED`, `REQUESTED`, `PENDING_APPROVAL`, `REVOKED`, `REJECTED`, or `EXPIRED`, reflecting different stages of the invitation process between Google Ads accounts."],["`REQUESTED` indicates an invitation sent and awaiting acceptance, while `PENDING_APPROVAL` signals an invitation received and pending acceptance from the recipient account."],["`REVOKED` means the sender canceled the invitation, `REJECTED` signifies the recipient declined it, and `EXPIRED` indicates the invitation's timeframe lapsed before acceptance."]]],["An invitation between Google Ads accounts can have several statuses: `ACCEPTED`, `REQUESTED` (sent to another account for acceptance), `PENDING_APPROVAL` (sent by another account for acceptance), `REVOKED` (canceled by the sender), `REJECTED` (declined by the recipient), or `EXPIRED` (timed out). `UNSPECIFIED` indicates a non-specified state, and `UNKNOWN` signifies an unknown value for the current version. These states define the current state of the invitation.\n"]]