Google Ads Data Manager V1 Client - Class MembershipStatus (0.2.0)

Reference documentation and code samples for the Google Ads Data Manager V1 Client class MembershipStatus.

Status of the user list.

Protobuf type google.ads.datamanager.v1.UserList.MembershipStatus

Namespace

Google \ Ads \ DataManager \ V1 \ UserList

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MEMBERSHIP_STATUS_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum MEMBERSHIP_STATUS_UNSPECIFIED = 0;

OPEN

Value: 1

Open status - User list is accruing members and can be targeted to.

Generated from protobuf enum OPEN = 1;

CLOSED

Value: 2

Closed status - No new members being added.

Generated from protobuf enum CLOSED = 2;