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 \ UserListMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MEMBERSHIP_STATUS_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum MEMBERSHIP_STATUS_UNSPECIFIED = 0;
OPEN
Value: 1Open status - User list is accruing members and can be targeted to.
Generated from protobuf enum OPEN = 1;
CLOSED
Value: 2Closed status - No new members being added.
Generated from protobuf enum CLOSED = 2;