Google Ads Ad Manager V1 Client - Class AdBreakFillType (0.8.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class AdBreakFillType.

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

Protobuf type google.ads.admanager.v1.AdBreakFillTypeEnum.AdBreakFillType

Namespace

Google \ Ads \ AdManager \ V1 \ AdBreakFillTypeEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AD_BREAK_FILL_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum AD_BREAK_FILL_TYPE_UNSPECIFIED = 0;

MINIMIZE_SLATE

Value: 1

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.

Generated from protobuf enum MINIMIZE_SLATE = 1;

SLATE

Value: 2

Ad break should be filled with slate.

Generated from protobuf enum SLATE = 2;

UNDERLYING_CONTENT

Value: 3

Ad break should be filled with underlying content.

Generated from protobuf enum UNDERLYING_CONTENT = 3;