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

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 \ UserListLicensePricing

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

USER_LIST_PRICING_BUYER_APPROVAL_STATE_UNSPECIFIED

Value: 0

UNSPECIFIED.

Generated from protobuf enum USER_LIST_PRICING_BUYER_APPROVAL_STATE_UNSPECIFIED = 0;

PENDING

Value: 1

User list client has not yet accepted the pricing terms set by the user list owner.

Generated from protobuf enum PENDING = 1;

APPROVED

Value: 2

User list client has accepted the pricing terms set by the user list owner.

Generated from protobuf enum APPROVED = 2;

REJECTED

Value: 3

User list client has rejected the pricing terms set by the user list owner.

Generated from protobuf enum REJECTED = 3;