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 \ UserListLicensePricingMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
USER_LIST_PRICING_COST_TYPE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum USER_LIST_PRICING_COST_TYPE_UNSPECIFIED = 0;
CPC
Value: 1Cost per click.
Generated from protobuf enum CPC = 1;
CPM
Value: 2Cost per mille (thousand impressions).
Generated from protobuf enum CPM = 2;
MEDIA_SHARE
Value: 3Media share.
Generated from protobuf enum MEDIA_SHARE = 3;