PolicyTopic
import type { PolicyTopic } from "https://googleapis.deno.dev/v1/adsense:v2.ts";
Information about a particular policy topic. A policy topic represents a single class of policy issue that can impact ad serving for your site. For example, sexual content or having ads that obscure your content. A single policy issue can have multiple policy topics for a single entity.
interface PolicyTopic {
mustFix?: boolean;
topic?: string;
type?:
} | "POLICY_TOPIC_TYPE_UNSPECIFIED"
| "POLICY"
| "ADVERTISER_PREFERENCE"
| "REGULATORY";
§Properties
§
topic?: string
[src]Required. The policy topic. For example, "sexual-content" or "ads-obscuring-content"."
§
type?: "POLICY_TOPIC_TYPE_UNSPECIFIED" | "POLICY" | "ADVERTISER_PREFERENCE" | "REGULATORY"
[src]Optional. The type of policy topic. For example, "POLICY" represents all the policy topics that are related to the Google Publisher Policy (GPP). See https://support.google.com/adsense/answer/15689616.