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

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

User list pricing cost type.

Protobuf type google.ads.datamanager.v1.UserListLicensePricing.UserListPricingCostType

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_COST_TYPE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum USER_LIST_PRICING_COST_TYPE_UNSPECIFIED = 0;

CPC

Value: 1

Cost per click.

Generated from protobuf enum CPC = 1;

CPM

Value: 2

Cost per mille (thousand impressions).

Generated from protobuf enum CPM = 2;

MEDIA_SHARE

Value: 3

Media share.

Generated from protobuf enum MEDIA_SHARE = 3;