creativeFormat property

String? creativeFormat
getter/setter pair

The format of this creative.

Can be used to filter the response of the creatives.list method.

Output only. Possible string values are:

  • "CREATIVE_FORMAT_UNSPECIFIED" : The format is unknown.
  • "HTML" : HTML creative.
  • "VIDEO" : Video creative.
  • "NATIVE" : Native creative.

Implementation

core.String? creativeFormat;