adType property
The ad type to target.
Only applicable to insertion order targeting and new line items supporting
the specified ad type will inherit this targeting option by default.
Possible values are: * AD_TYPE_VIDEO
, the setting will be inherited by
new line item when line_item_type is LINE_ITEM_TYPE_VIDEO_DEFAULT
. *
AD_TYPE_AUDIO
, the setting will be inherited by new line item when
line_item_type is LINE_ITEM_TYPE_AUDIO_DEFAULT
.
Output only. Possible string values are:
- "AD_TYPE_UNSPECIFIED" : Ad type is not specified or is unknown in this version.
- "AD_TYPE_DISPLAY" : Display creatives, e.g. image and HTML5.
- "AD_TYPE_VIDEO" : Video creatives, e.g. video ads that play during streaming content in video players.
- "AD_TYPE_AUDIO" : Audio creatives, e.g. audio ads that play during audio content.
Implementation
core.String? adType;