enum AdBreakFillType (v202502)
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/v202502
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."],[],["The `LiveStreamEventService` uses the `AdBreakFillType` enumeration to define how ad breaks are filled during a live stream. Possible values include `SLATE` (fill with slate), `UNDERLYING_CONTENT` (fill with underlying content), and `MINIMIZE_SLATE` (primarily underlying content, bridging gaps with slate). `UNKNOWN` is a placeholder for unexposed API values. These options control the content shown during ad breaks.\n"],null,["# enum AdBreakFillType (v202502)\n\n**Service** \n**LiveStreamEventService** **Dependencies** \n[LiveStreamEvent](/ad-manager/api/reference/v202502/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/v202502`\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. |"]]