NonSkippableMaxDuration

  • The content describes an enum for the allowed maximum duration values for videos in non-skippable video responsive ads.

  • The enum includes values for unspecified and unknown durations, as well as specific maximum durations of 15, 30, and 60 seconds.

  • Each enum value corresponds to a different maximum allowed duration for non-skippable ads.

Enum describing the allowed maximum duration values for videos used in non-skippable video responsive ads.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

MAX_DURATION_FIFTEEN_SECONDS

Indicates that non-skippable ads must be at most 15 seconds long.

MAX_DURATION_THIRTY_SECONDS

Indicates that non-skippable ads must be at most 30 seconds long.

MAX_DURATION_SIXTY_SECONDS

Indicates that non-skippable ads must be at most 60 seconds long.