Reference documentation and code samples for the Google Ads Ad Manager V1 Client class ApplicationApprovalStatus.
The approval status of the application.
Protobuf type google.ads.admanager.v1.ApplicationApprovalStatusEnum.ApplicationApprovalStatus
Namespace
Google \ Ads \ AdManager \ V1 \ ApplicationApprovalStatusEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
APPLICATION_APPROVAL_STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum APPLICATION_APPROVAL_STATUS_UNSPECIFIED = 0;
APPEALING
Value: 1The application is disapproved but has a pending review status, signaling an appeal.
Generated from protobuf enum APPEALING = 1;
APPROVED
Value: 2The application can serve ads.
Generated from protobuf enum APPROVED = 2;
DISAPPROVED
Value: 3The application failed approval checks and it cannot serve any ads.
Generated from protobuf enum DISAPPROVED = 3;
DRAFT
Value: 4The application is not yet ready for review.
Generated from protobuf enum DRAFT = 4;
UNCHECKED
Value: 5The application has not yet been reviewed.
Generated from protobuf enum UNCHECKED = 5;