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

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

Represents the status of ad rules and ad rule slots.

Protobuf type google.ads.admanager.v1.AdRuleStatusEnum.AdRuleStatus

Namespace

Google \ Ads \ AdManager \ V1 \ AdRuleStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AD_RULE_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum AD_RULE_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

Created and ready to be served. Is user-visible.

Generated from protobuf enum ACTIVE = 1;

DELETED

Value: 2

Marked as deleted, not user-visible.

Generated from protobuf enum DELETED = 2;

INACTIVE

Value: 5

Inactive, not user-visible.

Generated from protobuf enum INACTIVE = 5;