AdPolicyTopicEvidence
import type { AdPolicyTopicEvidence } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Evidence information used in the policy decision.
interface AdPolicyTopicEvidence {
counterfeit?: AdPolicyTopicEvidenceCounterfeit;
destinationMismatch?: AdPolicyTopicEvidenceDestinationMismatch;
destinationNotWorking?: AdPolicyTopicEvidenceDestinationNotWorking;
destinationTextList?: AdPolicyTopicEvidenceDestinationTextList;
httpCode?: number;
languageCode?: string;
legalRemoval?: AdPolicyTopicEvidenceLegalRemoval;
regionalRequirements?: AdPolicyTopicEvidenceRegionalRequirements;
textList?: AdPolicyTopicEvidenceTextList;
trademark?: AdPolicyTopicEvidenceTrademark;
websiteList?: AdPolicyTopicEvidenceWebsiteList;
}§Properties
§
counterfeit?: AdPolicyTopicEvidenceCounterfeit
[src]Counterfeit enforcement that caused a policy violation.
§
destinationMismatch?: AdPolicyTopicEvidenceDestinationMismatch
[src]A mismatch between the ad destination URLs.
§
destinationNotWorking?: AdPolicyTopicEvidenceDestinationNotWorking
[src]Information on HTTP or DNS errors related to the ad destination.
§
destinationTextList?: AdPolicyTopicEvidenceDestinationTextList
[src]The text in the destination of the ad that is causing a policy violation.
§
languageCode?: string
[src]The language the ad was detected to be written in. This field uses IETF language tags, such as "en-US".
§
legalRemoval?: AdPolicyTopicEvidenceLegalRemoval
[src]Legal related regulation enforcement that caused a policy violation.
§
regionalRequirements?: AdPolicyTopicEvidenceRegionalRequirements
[src]T&S proactive enforcement that caused a policy violation.
§
textList?: AdPolicyTopicEvidenceTextList
[src]List of evidence found in the text of the ad.
§
trademark?: AdPolicyTopicEvidenceTrademark
[src]Trademark terms that caused a policy violation.
§
websiteList?: AdPolicyTopicEvidenceWebsiteList
[src]List of websites linked with the ad.