skippableAdType property

String? skippableAdType
getter/setter pair

Skippable video ads allow viewers to skip ads after 5 seconds. Possible string values are:

  • "SKIPPABLE_AD_TYPE_UNSPECIFIED" : A placeholder for an undefined skippable ad type.
  • "SKIPPABLE" : This video ad can be skipped after 5 seconds.
  • "INSTREAM_SELECT" : This video ad can be skipped after 5 seconds, and is counted as engaged view after 30 seconds. The creative is hosted on YouTube only, and viewcount of the YouTube video increments after the engaged view.
  • "NOT_SKIPPABLE" : This video ad is not skippable.

Implementation

core.String? skippableAdType;