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
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONTACT_STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum CONTACT_STATUS_UNSPECIFIED = 0;
INVITE_CANCELED
Value: 1The contact was invited to see their orders, but the invitation was cancelled.
Generated from protobuf enum INVITE_CANCELED = 1;
INVITE_EXPIRED
Value: 2The contact has been invited to see their orders, but the invitation has already expired.
Generated from protobuf enum INVITE_EXPIRED = 2;
INVITE_PENDING
Value: 3The contact has been invited to see their orders, but has not yet accepted the invitation.
Generated from protobuf enum INVITE_PENDING = 3;
UNINVITED
Value: 4The contact has not been invited to see their orders.
Generated from protobuf enum UNINVITED = 4;
USER_ACTIVE
Value: 5The contact has access to login and view their orders.
Generated from protobuf enum USER_ACTIVE = 5;
USER_DISABLED
Value: 6The contact accepted an invitation to see their orders, but their access was later revoked.
Generated from protobuf enum USER_DISABLED = 6;