Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReviewStatusInfo

import type { ReviewStatusInfo } from "https://googleapis.deno.dev/v1/displayvideo:v3.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[];
publisherReviewStatuses?: PublisherReviewStatus[];
}

§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.

§
publisherReviewStatuses?: PublisherReviewStatus[]
[src]

Publisher review statuses for the creative.