artworkType property

String? artworkType
getter/setter pair

Artwork type of rich media creative.

This is a read-only field. Applicable to the following creative types: all RICH_MEDIA. Possible string values are:

  • "ARTWORK_TYPE_FLASH" : The creative is a Flash creative.
  • "ARTWORK_TYPE_HTML5" : The creative is HTML5.
  • "ARTWORK_TYPE_MIXED" : The creative is HTML5 if available, Flash otherwise.
  • "ARTWORK_TYPE_IMAGE" : The creative is Image.

Implementation

core.String? artworkType;