enum AdBreakFillType (v202411)

  • AdBreakFillType defines how empty or underfilled ad breaks are handled during a live stream.

  • Options include filling with slate, underlying content, a combination of both to minimize slate, or an unknown behavior for unspecified API versions.

  • This enumeration is part of the LiveStreamEventService within the Google Ad Manager API.

Describes what should be used to fill an empty or underfilled ad break during a live stream.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
SLATE Ad break should be filled with slate.
UNDERLYING_CONTENT Ad break should be filled with underlying content.
MINIMIZE_SLATE Ad break should be filled with mostly underlying content. When ad content can't be aligned with underlying content during transition, the gap will be bridged with slate to maintain the timeline.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.