lineItemType property

String? lineItemType
getter/setter pair

The type of the line item.

Required. Immutable. Possible string values are:

  • "LINE_ITEM_TYPE_UNSPECIFIED" : Type value is not specified or is unknown in this version. Line items of this type and their targeting cannot be created or updated using the API.
  • "LINE_ITEM_TYPE_DISPLAY_DEFAULT" : Image, HTML5, native, or rich media ads.
  • "LINE_ITEM_TYPE_DISPLAY_MOBILE_APP_INSTALL" : Display ads that drive installs of an app.
  • "LINE_ITEM_TYPE_VIDEO_DEFAULT" : Video ads sold on a CPM basis for a variety of environments.
  • "LINE_ITEM_TYPE_VIDEO_MOBILE_APP_INSTALL" : Video ads that drive installs of an app.
  • "LINE_ITEM_TYPE_DISPLAY_MOBILE_APP_INVENTORY" : Display ads served on mobile app inventory. Line items of this type and their targeting cannot be created or updated using the API.
  • "LINE_ITEM_TYPE_VIDEO_MOBILE_APP_INVENTORY" : Video ads served on mobile app inventory. Line items of this type and their targeting cannot be created or updated using the API.
  • "LINE_ITEM_TYPE_AUDIO_DEFAULT" : RTB Audio ads sold for a variety of environments.
  • "LINE_ITEM_TYPE_VIDEO_OVER_THE_TOP" : Over-the-top ads present in OTT insertion orders. This type is only applicable to line items with an insertion order of insertion_order_type OVER_THE_TOP.
  • "LINE_ITEM_TYPE_DISPLAY_OUT_OF_HOME" : Display ads served on digital-out-of-home inventory. Line items of this type and their targeting cannot be created or updated using the API.
  • "LINE_ITEM_TYPE_VIDEO_OUT_OF_HOME" : Video ads served on digital-out-of-home inventory. Line items of this type and their targeting cannot be created or updated using the API.

Implementation

core.String? lineItemType;