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

AdPolicyTopicEntry

import type { AdPolicyTopicEntry } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";

An entry describing how an ad has been identified as relating to an ad policy.

interface AdPolicyTopicEntry {
helpCenterLink?: string;
policyDecisionType?: "AD_POLICY_DECISION_TYPE_UNKNOWN" | "PURSUANT_TO_NOTICE" | "GOOGLE_INVESTIGATION";
policyEnforcementMeans?: "AD_POLICY_ENFORCEMENT_MEANS_UNKNOWN" | "AUTOMATED" | "HUMAN_REVIEW";
policyLabel?: string;
policyTopic?: string;
policyTopicConstraints?: AdPolicyTopicConstraint[];
policyTopicDescription?: string;
policyTopicEvidences?: AdPolicyTopicEvidence[];
policyTopicType?:
| "AD_POLICY_TOPIC_ENTRY_TYPE_UNKNOWN"
| "PROHIBITED"
| "FULLY_LIMITED"
| "LIMITED"
| "DESCRIPTIVE"
| "BROADENING"
| "AREA_OF_INTEREST_ONLY";
}

§Properties

§

Information on how to appeal the policy decision.

§
policyDecisionType?: "AD_POLICY_DECISION_TYPE_UNKNOWN" | "PURSUANT_TO_NOTICE" | "GOOGLE_INVESTIGATION"
[src]

The source of the policy decision.

§
policyEnforcementMeans?: "AD_POLICY_ENFORCEMENT_MEANS_UNKNOWN" | "AUTOMATED" | "HUMAN_REVIEW"
[src]

The policy enforcement means used in the policy review.

§
policyLabel?: string
[src]

Localized label text for policy. Examples include "Trademarks in text", "Contains Alcohol", etc.

§
policyTopic?: string
[src]

The policy topic. Examples include "TRADEMARKS", "ALCOHOL", etc.

§
policyTopicConstraints?: AdPolicyTopicConstraint[]
[src]

The serving constraints relevant to the policy decision.

§
policyTopicDescription?: string
[src]

A short summary description of the policy topic.

§
policyTopicEvidences?: AdPolicyTopicEvidence[]
[src]

The evidence used in the policy decision.

§
policyTopicType?: "AD_POLICY_TOPIC_ENTRY_TYPE_UNKNOWN" | "PROHIBITED" | "FULLY_LIMITED" | "LIMITED" | "DESCRIPTIVE" | "BROADENING" | "AREA_OF_INTEREST_ONLY"
[src]

How ad serving will be affected due to the relation to the ad policy topic.