pricingType property
The pricing type for the deal/product.
(default: CPM) Possible string values are:
- "PRICING_TYPE_UNSPECIFIED" : A placeholder for an undefined pricing
type. If the pricing type is unpsecified,
COST_PER_MILLE
will be used instead. - "COST_PER_MILLE" : Cost per thousand impressions.
- "COST_PER_DAY" : Cost per day
Implementation
core.String? pricingType;