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

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;
}

§Properties

§
mustFix?: boolean
[src]

Required. Indicates if this is a policy violation or not. When the value is true, issues that are instances of this topic must be addressed to remain in compliance with the partner's agreements with Google. A false value indicates that it's not mandatory to fix the issues but advertising demand might be restricted.

§
topic?: string
[src]

Required. The policy topic. For example, "sexual-content" or "ads-obscuring-content"."