AI-generated Key Takeaways
-
Contact.Status
defines the different states a contact can have within the system, like uninvited, pending invitation, active, or disabled. -
These statuses describe a contact's level of access to view their orders and whether they've been invited or have an active account.
-
Each status has a specific meaning, ranging from
UNINVITED
toUSER_DISABLED
, and helps manage contact interactions. -
The
Contact.Status
enumeration, within theContactService
, is detailed in the provided table with descriptions for each status.
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. |