creativeFormat property

String? creativeFormat
getter/setter pair

The format of the environment that the creatives will be displayed in. Possible string values are:

  • "CREATIVE_FORMAT_UNSPECIFIED" : A placeholder for an undefined creative format.
  • "DISPLAY" : A creative that will be displayed in environments such as a browser.
  • "VIDEO" : A video creative that will be displayed in environments such as a video player.

Implementation

core.String? creativeFormat;