Module: Google::Ads::AdManager::V1::AdUnitStatusEnum::AdUnitStatus

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

Overview

The status of an AdUnit.

Constant Summary collapse

AD_UNIT_STATUS_UNSPECIFIED =

Default value. This value is unused.

0
ACTIVE =

The ad unit is active, available for targeting, and serving.

1
INACTIVE =

The ad unit will be visible in the UI, but ignored by serving.

2
ARCHIVED =

The ad unit will be hidden in the UI and ignored by serving.

3