ReviewStatusInfo
import type { ReviewStatusInfo } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Review statuses for the creative.
interface ReviewStatusInfo {
approvalStatus?:
| "APPROVAL_STATUS_UNSPECIFIED"
| "APPROVAL_STATUS_PENDING_NOT_SERVABLE"
| "APPROVAL_STATUS_PENDING_SERVABLE"
| "APPROVAL_STATUS_APPROVED_SERVABLE"
| "APPROVAL_STATUS_REJECTED_NOT_SERVABLE";
contentAndPolicyReviewStatus?:
| "REVIEW_STATUS_UNSPECIFIED"
| "REVIEW_STATUS_APPROVED"
| "REVIEW_STATUS_REJECTED"
| "REVIEW_STATUS_PENDING";
creativeAndLandingPageReviewStatus?:
| "REVIEW_STATUS_UNSPECIFIED"
| "REVIEW_STATUS_APPROVED"
| "REVIEW_STATUS_REJECTED"
| "REVIEW_STATUS_PENDING";
exchangeReviewStatuses?: ExchangeReviewStatus[];
}§Properties
§
approvalStatus?: "APPROVAL_STATUS_UNSPECIFIED" | "APPROVAL_STATUS_PENDING_NOT_SERVABLE" | "APPROVAL_STATUS_PENDING_SERVABLE" | "APPROVAL_STATUS_APPROVED_SERVABLE" | "APPROVAL_STATUS_REJECTED_NOT_SERVABLE"
[src]Represents the basic approval needed for a creative to begin serving. Summary of creative_and_landing_page_review_status and content_and_policy_review_status.
§
contentAndPolicyReviewStatus?: "REVIEW_STATUS_UNSPECIFIED" | "REVIEW_STATUS_APPROVED" | "REVIEW_STATUS_REJECTED" | "REVIEW_STATUS_PENDING"
[src]Content and policy review status for the creative.
§
creativeAndLandingPageReviewStatus?: "REVIEW_STATUS_UNSPECIFIED" | "REVIEW_STATUS_APPROVED" | "REVIEW_STATUS_REJECTED" | "REVIEW_STATUS_PENDING"
[src]Creative and landing page review status for the creative.
§
exchangeReviewStatuses?: ExchangeReviewStatus[]
[src]Exchange review statuses for the creative.