Reference documentation and code samples for the Google Ads Data Manager V1 Client class UserListPricingBuyerApprovalState.
User list pricing buyer approval state.
Protobuf type google.ads.datamanager.v1.UserListLicensePricing.UserListPricingBuyerApprovalState
Namespace
Google \ Ads \ DataManager \ V1 \ UserListLicensePricingMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
USER_LIST_PRICING_BUYER_APPROVAL_STATE_UNSPECIFIED
Value: 0UNSPECIFIED.
Generated from protobuf enum USER_LIST_PRICING_BUYER_APPROVAL_STATE_UNSPECIFIED = 0;
PENDING
Value: 1User list client has not yet accepted the pricing terms set by the user list owner.
Generated from protobuf enum PENDING = 1;
APPROVED
Value: 2User list client has accepted the pricing terms set by the user list owner.
Generated from protobuf enum APPROVED = 2;
REJECTED
Value: 3User list client has rejected the pricing terms set by the user list owner.
Generated from protobuf enum REJECTED = 3;