Google Ads Ad Manager V1 Client - Class AdBreakState (0.3.0)

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

Represents the state of an ad break

Protobuf type google.ads.admanager.v1.AdBreakStateEnum.AdBreakState

Namespace

Google \ Ads \ AdManager \ V1 \ AdBreakStateEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AD_BREAK_STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum AD_BREAK_STATE_UNSPECIFIED = 0;

DECISIONED

Value: 1

The ad break's decisioning has finished. You can delete, but not update the ad break.

Generated from protobuf enum DECISIONED = 1;

COMPLETE

Value: 2

The ad break has started serving to users. You cannot delete or update the ad break.

Generated from protobuf enum COMPLETE = 2;

SCHEDULED

Value: 3

The ad break is scheduled and decisioning will start later. You can delete or update the ad break.

Generated from protobuf enum SCHEDULED = 3;