Module: Google::Ads::AdManager::V1::ContactStatusEnum::ContactStatus

Defined in:
proto_docs/google/ads/admanager/v1/contact_enums.rb

Overview

Describes the contact statuses.

Constant Summary collapse

CONTACT_STATUS_UNSPECIFIED =

Default value. This value is unused.

0
INVITE_CANCELED =

The contact was invited to see their orders, but the invitation was cancelled.

1
INVITE_EXPIRED =

The contact has been invited to see their orders, but the invitation has already expired.

2
INVITE_PENDING =

The contact has been invited to see their orders, but has not yet accepted the invitation.

3
UNINVITED =

The contact has not been invited to see their orders.

4
USER_ACTIVE =

The contact has access to login and view their orders.

5
USER_DISABLED =

The contact accepted an invitation to see their orders, but their access was later revoked.

6