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 \ SiteApprovalStatusEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SITE_APPROVAL_STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum SITE_APPROVAL_STATUS_UNSPECIFIED = 0;
APPROVED
Value: 1The site has been approved to serve ads.
Generated from protobuf enum APPROVED = 1;
DISAPPROVED
Value: 2The site has been disapproved from serving ads.
Generated from protobuf enum DISAPPROVED = 2;
DRAFT
Value: 3The default status with which a site is created.
Generated from protobuf enum DRAFT = 3;
REQUIRES_REVIEW
Value: 4The 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: 5Once 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;