formatSetting property

String? formatSetting
getter/setter pair

Specifies which format the ad will be served in.

Default is ALL_FORMATS. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "ALL_FORMATS" : Text, image and native formats.
  • "NON_NATIVE" : Text and image formats.
  • "NATIVE" : Native format, for example, the format rendering is controlled by the publisher and not by Google.

Implementation

core.String? formatSetting;