AdPolicy
import type { AdPolicy } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";A single ad policy associated with an ad group ad.
interface AdPolicy {
adPolicyApprovalStatus?:
| "AD_POLICY_APPROVAL_STATUS_UNKNOWN"
| "DISAPPROVED"
| "APPROVED_LIMITED"
| "APPROVED"
| "AREA_OF_INTEREST_ONLY";
adPolicyReviewStatus?:
| "AD_POLICY_REVIEW_STATUS_UNKNOWN"
| "REVIEW_IN_PROGRESS"
| "REVIEWED"
| "UNDER_APPEAL"
| "ELIGIBLE_MAY_SERVE";
adPolicyTopicEntry?: AdPolicyTopicEntry[];
}§Properties
§
adPolicyApprovalStatus?: "AD_POLICY_APPROVAL_STATUS_UNKNOWN" | "DISAPPROVED" | "APPROVED_LIMITED" | "APPROVED" | "AREA_OF_INTEREST_ONLY"
[src]The policy approval status of an ad, indicating the approval decision.
§
adPolicyReviewStatus?: "AD_POLICY_REVIEW_STATUS_UNKNOWN" | "REVIEW_IN_PROGRESS" | "REVIEWED" | "UNDER_APPEAL" | "ELIGIBLE_MAY_SERVE"
[src]The policy review status of an ad, indicating where in the review process the ad is currently.
§
adPolicyTopicEntry?: AdPolicyTopicEntry[]
[src]The entries for each policy topic identified as relating to the ad. Each entry includes the topic, restriction level, and guidance on how to fix policy issues.