adFormat property

String? adFormat
getter/setter pair

Enum value for ad format. Possible string values are:

  • "AD_FORMAT_UNSPECIFIED" : Unspecified ad format.
  • "AD_FORMAT_AR" : AR ad.
  • "AD_FORMAT_AUDIO" : Audio ad.
  • "AD_FORMAT_BANNER" : Banner ad.
  • "AD_FORMAT_BUMPER" : Bumper ad.
  • "AD_FORMAT_CAROUSEL" : Carousel ad.
  • "AD_FORMAT_COLLECTION" : Collection ad.
  • "AD_FORMAT_IMAGE" : Image ad.
  • "AD_FORMAT_INTERACTIVE" : Interactive ad.
  • "AD_FORMAT_INTERSTITIAL" : Interstitial ad.
  • "AD_FORMAT_IN_FEED" : In-feed ad.
  • "AD_FORMAT_IN_STREAM" : In-stream ad.
  • "AD_FORMAT_IN_STREAM_SKIPPABLE" : In-stream skippable ad.
  • "AD_FORMAT_IN_STREAM_NON_SKIPPABLE" : In-stream non-skippable ad.
  • "AD_FORMAT_NATIVE" : Native ad.
  • "AD_FORMAT_SHORTS" : Shorts ad.
  • "AD_FORMAT_STORY" : Story ad.
  • "AD_FORMAT_SPONSORED" : Sponsored ad.
  • "AD_FORMAT_VIDEO" : Video ad.

Implementation

core.String? adFormat;