adAssetType property

String? adAssetType
getter/setter pair

The type of the ad asset.

Only AD_ASSET_TYPE_IMAGE is supported.

Required. Possible string values are:

  • "AD_ASSET_TYPE_UNSPECIFIED" : The ad asset type is unspecified.
  • "AD_ASSET_TYPE_IMAGE" : The ad asset is a YouTube/DemandGen image.
  • "AD_ASSET_TYPE_YOUTUBE_VIDEO" : The ad asset is a YouTube video.

Implementation

core.String? adAssetType;