AI-generated Key Takeaways
-
Contact.Status describes the different statuses a contact can have regarding their invitation and access to view orders.
-
Possible statuses include UNINVITED, INVITE_PENDNG, INVITE_EXPIRED, INVITE_CANCELED, USER_ACTIVE, USER_DISABLED, and UNKNOWN.
-
These statuses indicate whether a contact has been invited, accepted an invitation, has active access, or if their invitation or access has been revoked or is pending.
Describes the contact statuses.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
| Enumeration | Description |
|---|---|
UNINVITED
|
The contact has not been invited to see their orders. |
INVITE_PENDNG
|
The contact has been invited to see their orders, but has not yet accepted the invitation. |
INVITE_EXPIRED
|
The contact has been invited to see their orders, but the invitation has already expired. |
INVITE_CANCELED
|
The contact was invited to see their orders, but the invitation was cancelled. |
USER_ACTIVE
|
The contact has access to login and view their orders. |
USER_DISABLED
|
The contact accepted an invitation to see their orders, but their access was later revoked. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |