Enum SiteApprovalStatusEnum.SiteApprovalStatus (0.39.0)

public enum SiteApprovalStatusEnum.SiteApprovalStatus extends Enum<SiteApprovalStatusEnum.SiteApprovalStatus> implements ProtocolMessageEnum

Represents the approval status of a site.

Protobuf enum google.ads.admanager.v1.SiteApprovalStatusEnum.SiteApprovalStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
APPROVED

The site has been approved to serve ads.

APPROVED = 1;

APPROVED_VALUE

The site has been approved to serve ads.

APPROVED = 1;

DISAPPROVED

The site has been disapproved from serving ads.

DISAPPROVED = 2;

DISAPPROVED_VALUE

The site has been disapproved from serving ads.

DISAPPROVED = 2;

DRAFT

The default status with which a site is created.

DRAFT = 3;

DRAFT_VALUE

The default status with which a site is created.

DRAFT = 3;

REQUIRES_REVIEW

The site has been deactivated and is not serving ads due to dormancy. It must be resubmitted for approval.

REQUIRES_REVIEW = 4;

REQUIRES_REVIEW_VALUE

The site has been deactivated and is not serving ads due to dormancy. It must be resubmitted for approval.

REQUIRES_REVIEW = 4;

SITE_APPROVAL_STATUS_UNSPECIFIED

Default value. This value is unused.

SITE_APPROVAL_STATUS_UNSPECIFIED = 0;

SITE_APPROVAL_STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

SITE_APPROVAL_STATUS_UNSPECIFIED = 0;

UNCHECKED

Once the site is submitted for approval, its status changes from draft to unchecked. It will be reviwed with an estimated turn-around time of 24h. Such a site cannot serve ads.

UNCHECKED = 5;

UNCHECKED_VALUE

Once the site is submitted for approval, its status changes from draft to unchecked. It will be reviwed with an estimated turn-around time of 24h. Such a site cannot serve ads.

UNCHECKED = 5;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()