enum AdBreakFillType (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
LiveStreamEventService
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eAdBreakFillType\u003c/code\u003e defines how empty or underfilled ad breaks are handled during a live stream.\u003c/p\u003e\n"],["\u003cp\u003eOptions include filling with slate, underlying content, a combination of both to minimize slate, or an unknown behavior for unspecified API versions.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is part of the LiveStreamEventService within the Google Ad Manager API.\u003c/p\u003e\n"]]],["The core content describes the `AdBreakFillType` enumeration within the `LiveStreamEventService`. This enumeration defines how empty or underfilled ad breaks in a live stream should be handled. The possible values are: `SLATE` (fill with slate), `UNDERLYING_CONTENT` (fill with the stream's content), `MINIMIZE_SLATE` (primarily fill with underlying content, using slate only for transitions), and `UNKNOWN` (value not exposed by API). These choices determine the ad break's fill behavior.\n"],null,["# enum AdBreakFillType (v202411)\n\n**Service** \n**LiveStreamEventService** **Dependencies** \n[LiveStreamEvent](/ad-manager/api/reference/v202411/LiveStreamEventService.LiveStreamEvent) \n▼\n**AdBreakFillType**\n\nDescribes what should be used to fill an empty or underfilled ad break during a live stream.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `SLATE` | Ad break should be filled with slate. |\n| `UNDERLYING_CONTENT` | Ad break should be filled with underlying content. |\n| `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. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]