insertionOrderType property

String? insertionOrderType
getter/setter pair

The type of insertion order.

If this field is unspecified in creation, the value defaults to RTB. Possible string values are:

  • "INSERTION_ORDER_TYPE_UNSPECIFIED" : Insertion order type is not specified or is unknown.
  • "RTB" : Real-time bidding.
  • "OVER_THE_TOP" : Over-the-top.

Implementation

core.String? insertionOrderType;