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

DomainCallEvidence

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

Number of HTTP calls made by a creative, broken down by domain.

interface DomainCallEvidence {
topHttpCallDomains?: DomainCalls[];
totalHttpCallCount?: number;
}

§Properties

§
topHttpCallDomains?: DomainCalls[]
[src]

Breakdown of the most frequent domains called through HTTP by the creative.

§
totalHttpCallCount?: number
[src]

The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.