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

BidResponseWithoutBidsStatusRow

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

The number of impressions with the specified dimension values that were considered to have no applicable bids, as described by the specified status.

interface BidResponseWithoutBidsStatusRow {
impressionCount?: MetricValue;
rowDimensions?: RowDimensions;
status?:
| "STATUS_UNSPECIFIED"
| "RESPONSES_WITHOUT_BIDS"
| "RESPONSES_WITHOUT_BIDS_FOR_ACCOUNT"
| "RESPONSES_WITHOUT_BIDS_FOR_DEAL";
}

§Properties

§
impressionCount?: MetricValue
[src]

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

§
rowDimensions?: RowDimensions
[src]

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

§
status?: "STATUS_UNSPECIFIED" | "RESPONSES_WITHOUT_BIDS" | "RESPONSES_WITHOUT_BIDS_FOR_ACCOUNT" | "RESPONSES_WITHOUT_BIDS_FOR_DEAL"
[src]

The status specifying why the bid responses were considered to have no applicable bids.