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

CalloutStatusRow

import type { CalloutStatusRow } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

The number of impressions with the specified dimension values where the corresponding bid request or bid response was not successful, as described by the specified callout status.

interface CalloutStatusRow {
calloutStatusId?: number;
impressionCount?: MetricValue;
rowDimensions?: RowDimensions;
}

§Properties

§
calloutStatusId?: number
[src]

The ID of the callout status. See callout-status-codes.

§
impressionCount?: MetricValue
[src]

The number of impressions for which there was a bid request or bid response with the specified callout status.

§
rowDimensions?: RowDimensions
[src]

The values of all dimensions associated with metric values in this row.