enum Contact.Status (v202502)

  • ContactService is a service related to contacts within the Ad Manager API.

  • The Contact.Status enumeration describes the various states a contact can be in, such as UNINVITED, USER_ACTIVE, or USER_DISABLED.

  • Contact statuses reflect whether a contact has been invited to see their orders, if their invitation is pending or expired, or if they have active or disabled access.

Describes the contact statuses.


Namespace
https://www.google.com/apis/ads/publisher/v202502
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.