pricingType property

String? pricingType
getter/setter pair

Pricing type of this inventory item. Possible string values are:

  • "PLANNING_PLACEMENT_PRICING_TYPE_IMPRESSIONS"
  • "PLANNING_PLACEMENT_PRICING_TYPE_CPM"
  • "PLANNING_PLACEMENT_PRICING_TYPE_CLICKS"
  • "PLANNING_PLACEMENT_PRICING_TYPE_CPC"
  • "PLANNING_PLACEMENT_PRICING_TYPE_CPA"
  • "PLANNING_PLACEMENT_PRICING_TYPE_FLAT_RATE_IMPRESSIONS"
  • "PLANNING_PLACEMENT_PRICING_TYPE_FLAT_RATE_CLICKS"
  • "PLANNING_PLACEMENT_PRICING_TYPE_CPM_ACTIVEVIEW"

Implementation

core.String? pricingType;