Module: Google::Ads::AdManager::V1::ContentBundleStatusEnum::ContentBundleStatus

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

Overview

Status for ContentBundle objects.

Constant Summary collapse

CONTENT_BUNDLE_STATUS_UNSPECIFIED =

Default value. This value is unused.

0
ACTIVE =

The object is active and stats are collected.

1
ARCHIVED =

The object has been archived.

2
INACTIVE =

The object is no longer active and no stats collected.

3