Module: Google::Ads::AdManager::V1::AdBreakStateEnum::AdBreakState

Defined in:
proto_docs/google/ads/admanager/v1/early_ad_break_notification_enums.rb

Overview

Represents the state of an ad break

Constant Summary collapse

AD_BREAK_STATE_UNSPECIFIED =

Default value. This value is unused.

0
DECISIONED =

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

1
COMPLETE =

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

2
SCHEDULED =

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

3