AdPolicyTopicEvidenceDestinationNotWorking
import type { AdPolicyTopicEvidenceDestinationNotWorking } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Details for on HTTP or DNS errors related to the ad destination.
interface AdPolicyTopicEvidenceDestinationNotWorking {
device?:
| "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DEVICE_TYPE_UNKNOWN"
| "DESKTOP"
| "ANDROID"
| "IOS";
dnsErrorType?: "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DNS_ERROR_TYPE_UNKNOWN" | "HOSTNAME_NOT_FOUND" | "GOOGLE_CRAWLER_DNS_ISSUE";
expandedUri?: string;
httpErrorCode?: bigint;
lastCheckedTime?: Date;
}§Properties
§
device?: "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DEVICE_TYPE_UNKNOWN" | "DESKTOP" | "ANDROID" | "IOS"
[src]The device where visiting the URL resulted in the error.