markupType property

String? markupType
getter/setter pair

The markup type of the partner revenue model.

Required. Possible string values are:

  • "PARTNER_REVENUE_MODEL_MARKUP_TYPE_UNSPECIFIED" : Type value is not specified or is unknown in this version.
  • "PARTNER_REVENUE_MODEL_MARKUP_TYPE_CPM" : Calculate the partner revenue based on a fixed CPM.
  • "PARTNER_REVENUE_MODEL_MARKUP_TYPE_MEDIA_COST_MARKUP" : Calculate the partner revenue based on a percentage surcharge of its media cost.
  • "PARTNER_REVENUE_MODEL_MARKUP_TYPE_TOTAL_MEDIA_COST_MARKUP" : Calculate the partner revenue based on a percentage surcharge of its total media cost, which includes all partner costs and data costs.

Implementation

core.String? markupType;