adGroupFormat property

String? adGroupFormat
getter/setter pair

The format of the ads in the ad group. Possible string values are:

  • "AD_GROUP_FORMAT_UNSPECIFIED" : Format value is not specified or is unknown in this version.
  • "AD_GROUP_FORMAT_IN_STREAM" : In-stream ads.
  • "AD_GROUP_FORMAT_VIDEO_DISCOVERY" : In-feed ads.
  • "AD_GROUP_FORMAT_BUMPER" : Bumper ads.
  • "AD_GROUP_FORMAT_NON_SKIPPABLE_IN_STREAM" : Non-skippable in-stream ads.
  • "AD_GROUP_FORMAT_AUDIO" : Non-skippable in-stream audio ads.
  • "AD_GROUP_FORMAT_RESPONSIVE" : Responsive ads.
  • "AD_GROUP_FORMAT_REACH" : Effective reach ad groups, including in-stream and bumper ads.
  • "AD_GROUP_FORMAT_MASTHEAD" : Masthead Ad that is surfaced on the top slot on the YouTube homepage.

Implementation

core.String? adGroupFormat;