Reference documentation and code samples for the Google Ads Ad Manager V1 Client class AdUnitStatus.
The status of an AdUnit.
Protobuf type google.ads.admanager.v1.AdUnitStatusEnum.AdUnitStatus
Namespace
Google \ Ads \ AdManager \ V1 \ AdUnitStatusEnumMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
AD_UNIT_STATUS_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum AD_UNIT_STATUS_UNSPECIFIED = 0;
ACTIVE
Value: 1
The ad unit is active, available for targeting, and serving.
Generated from protobuf enum ACTIVE = 1;
INACTIVE
Value: 2
The ad unit will be visible in the UI, but ignored by serving.
Generated from protobuf enum INACTIVE = 2;
ARCHIVED
Value: 3
The ad unit will be hidden in the UI and ignored by serving.
Generated from protobuf enum ARCHIVED = 3;