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

DestinationNotCrawlableEvidence

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

Evidence that the creative's destination URL was not crawlable by Google.

interface DestinationNotCrawlableEvidence {
crawledUrl?: string;
crawlTime?: Date;
reason?:
| "REASON_UNSPECIFIED"
| "UNREACHABLE_ROBOTS"
| "TIMEOUT_ROBOTS"
| "ROBOTED_DENIED"
| "UNKNOWN";
}

§Properties

§
crawledUrl?: string
[src]

Destination URL that was attempted to be crawled.

§
crawlTime?: Date
[src]

Approximate time of the crawl.

§
reason?: "REASON_UNSPECIFIED" | "UNREACHABLE_ROBOTS" | "TIMEOUT_ROBOTS" | "ROBOTED_DENIED" | "UNKNOWN"
[src]

Reason of destination not crawlable.