Google Ads Ad Manager V1 Client - Class ApplicationApprovalStatus (0.7.0)

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 \ ApplicationApprovalStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

APPLICATION_APPROVAL_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum APPLICATION_APPROVAL_STATUS_UNSPECIFIED = 0;

APPEALING

Value: 1

The application is disapproved but has a pending review status, signaling an appeal.

Generated from protobuf enum APPEALING = 1;

APPROVED

Value: 2

The application can serve ads.

Generated from protobuf enum APPROVED = 2;

DISAPPROVED

Value: 3

The application failed approval checks and it cannot serve any ads.

Generated from protobuf enum DISAPPROVED = 3;

DRAFT

Value: 4

The application is not yet ready for review.

Generated from protobuf enum DRAFT = 4;

UNCHECKED

Value: 5

The application has not yet been reviewed.

Generated from protobuf enum UNCHECKED = 5;