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

PolicyCompliance

import type { PolicyCompliance } from "https://googleapis.deno.dev/v1/realtimebidding:v1.ts";

Policy compliance of the creative for a transaction type or a region.

interface PolicyCompliance {
status?:
| "STATUS_UNSPECIFIED"
| "PENDING_REVIEW"
| "DISAPPROVED"
| "APPROVED"
| "CERTIFICATE_REQUIRED";
topics?: PolicyTopicEntry[];
}

§Properties

§
status?: "STATUS_UNSPECIFIED" | "PENDING_REVIEW" | "DISAPPROVED" | "APPROVED" | "CERTIFICATE_REQUIRED"
[src]

Serving status for the given transaction type (for example, open auction, deals) or region (for example, China, Russia). Can be used to filter the response of the creatives.list method.

§

Topics related to the policy compliance for this transaction type (for example, open auction, deals) or region (for example, China, Russia). Topics may be present only if status is DISAPPROVED.