Google Ads Ad Manager V1 Client - Class SiteApprovalStatus (0.5.0)

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

Represents the approval status of a site.

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

Namespace

Google \ Ads \ AdManager \ V1 \ SiteApprovalStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SITE_APPROVAL_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum SITE_APPROVAL_STATUS_UNSPECIFIED = 0;

APPROVED

Value: 1

The site has been approved to serve ads.

Generated from protobuf enum APPROVED = 1;

DISAPPROVED

Value: 2

The site has been disapproved from serving ads.

Generated from protobuf enum DISAPPROVED = 2;

DRAFT

Value: 3

The default status with which a site is created.

Generated from protobuf enum DRAFT = 3;

REQUIRES_REVIEW

Value: 4

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

Generated from protobuf enum REQUIRES_REVIEW = 4;

UNCHECKED

Value: 5

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.

Generated from protobuf enum UNCHECKED = 5;