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

NonBillableWinningBidStatusRow

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

The number of winning bids with the specified dimension values for which the buyer was not billed, as described by the specified status.

interface NonBillableWinningBidStatusRow {
bidCount?: MetricValue;
rowDimensions?: RowDimensions;
status?:
| "STATUS_UNSPECIFIED"
| "AD_NOT_RENDERED"
| "INVALID_IMPRESSION"
| "FATAL_VAST_ERROR"
| "LOST_IN_MEDIATION";
}

§Properties

§
bidCount?: MetricValue
[src]

The number of bids with the specified status.

§
rowDimensions?: RowDimensions
[src]

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

§
status?: "STATUS_UNSPECIFIED" | "AD_NOT_RENDERED" | "INVALID_IMPRESSION" | "FATAL_VAST_ERROR" | "LOST_IN_MEDIATION"
[src]

The status specifying why the winning bids were not billed.