format property

String? format
getter/setter pair

Creative format bidded on or allowed to bid on, can be empty. Possible string values are:

  • "FORMAT_UNSPECIFIED" : A placeholder for an undefined format; indicates that no format filter will be applied.
  • "NATIVE_DISPLAY" : The ad impression is a native ad, and display (i.e., image) format.
  • "NATIVE_VIDEO" : The ad impression is a native ad, and video format.
  • "NON_NATIVE_DISPLAY" : The ad impression is not a native ad, and display (i.e., image) format.
  • "NON_NATIVE_VIDEO" : The ad impression is not a native ad, and video format.

Implementation

core.String? format;