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

PolicyTopicEntry

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

Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.

interface PolicyTopicEntry {
evidences?: PolicyTopicEvidence[];
helpCenterUrl?: string;
missingCertificate?: boolean;
policyTopic?: string;
}

§Properties

§

Pieces of evidence associated with this policy topic entry.

§
helpCenterUrl?: string
[src]

URL of the help center article describing this policy topic.

§
missingCertificate?: boolean
[src]

Whether or not the policy topic is missing a certificate. Some policy topics require a certificate to unblock serving in some regions. For more information about creative certification, refer to: https://support.google.com/authorizedbuyers/answer/7450776

§
policyTopic?: string
[src]

Policy topic this entry refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method