Reference documentation and code samples for the Google Ads Ad Manager V1 Client class ContactStatus.
Describes the contact statuses.
Protobuf type google.ads.admanager.v1.ContactStatusEnum.ContactStatus
Namespace
Google \ Ads \ AdManager \ V1 \ ContactStatusEnumMethods
static::name
value
mixed
static::value
name
mixed
Constants
CONTACT_STATUS_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum CONTACT_STATUS_UNSPECIFIED = 0;
INVITE_CANCELED
Value: 1
The contact was invited to see their orders, but the invitation was cancelled.
Generated from protobuf enum INVITE_CANCELED = 1;
INVITE_EXPIRED
Value: 2
The contact has been invited to see their orders, but the invitation has already expired.
Generated from protobuf enum INVITE_EXPIRED = 2;
INVITE_PENDING
Value: 3
The contact has been invited to see their orders, but has not yet accepted the invitation.
Generated from protobuf enum INVITE_PENDING = 3;
UNINVITED
Value: 4
The contact has not been invited to see their orders.
Generated from protobuf enum UNINVITED = 4;
USER_ACTIVE
Value: 5
The contact has access to login and view their orders.
Generated from protobuf enum USER_ACTIVE = 5;
USER_DISABLED
Value: 6
The contact accepted an invitation to see their orders, but their access was later revoked.
Generated from protobuf enum USER_DISABLED = 6;

