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

AdPolicyTopicEvidenceDestinationMismatch

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

Details on a mismatch between destination URL types.

interface AdPolicyTopicEvidenceDestinationMismatch {
uriTypes?:
| "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_MISMATCH_URL_TYPE_UNKNOWN"
| "DISPLAY_URL"
| "FINAL_URL"
| "FINAL_MOBILE_URL"
| "TRACKING_URL"
| "MOBILE_TRACKING_URL"[];
}

§Properties

§
uriTypes?: "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_MISMATCH_URL_TYPE_UNKNOWN" | "DISPLAY_URL" | "FINAL_URL" | "FINAL_MOBILE_URL" | "TRACKING_URL" | "MOBILE_TRACKING_URL"[]
[src]

The set of URLs that do not match. The list can include single or multiple uri types. Example 1: [DISPLAY_URL, FINAL_URL] means ad display URL does not match with the ad final URL. Example 2: [FINAL_URL] means ad final URL did not match the crawled url, which is also considered as destination mismatch.