Reference documentation and code samples for the Google Ads Data Manager V1 Client class UserListLicenseStatus.
User list license status.
Protobuf type google.ads.datamanager.v1.UserListLicenseStatus
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
USER_LIST_LICENSE_STATUS_UNSPECIFIED
Value: 0Unknown.
Generated from protobuf enum USER_LIST_LICENSE_STATUS_UNSPECIFIED = 0;
USER_LIST_LICENSE_STATUS_ENABLED
Value: 1Active status - user list is still being licensed.
Generated from protobuf enum USER_LIST_LICENSE_STATUS_ENABLED = 1;
USER_LIST_LICENSE_STATUS_DISABLED
Value: 2Inactive status - user list is no longer being licensed.
Generated from protobuf enum USER_LIST_LICENSE_STATUS_DISABLED = 2;