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

BidMetricsRow

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

The set of metrics that are measured in numbers of bids, representing how many bids with the specified dimension values were considered eligible at each stage of the bidding funnel;

interface BidMetricsRow {
bids?: MetricValue;
bidsInAuction?: MetricValue;
billedImpressions?: MetricValue;
impressionsWon?: MetricValue;
measurableImpressions?: MetricValue;
reachedQueries?: MetricValue;
rowDimensions?: RowDimensions;
viewableImpressions?: MetricValue;
}

§Properties

§

The number of bids that Ad Exchange received from the buyer.

§
bidsInAuction?: MetricValue
[src]

The number of bids that were permitted to compete in the auction.

§
billedImpressions?: MetricValue
[src]

The number of bids for which the buyer was billed. Also called valid impressions as invalid impressions are not billed.

§
impressionsWon?: MetricValue
[src]

The number of bids that won the auction.

§
measurableImpressions?: MetricValue
[src]

The number of bids for which the corresponding impression was measurable for viewability (as defined by Active View).

§
reachedQueries?: MetricValue
[src]

The number of bids that won the auction and also won the mediation waterfall (if any).

§
rowDimensions?: RowDimensions
[src]

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

§
viewableImpressions?: MetricValue
[src]

The number of bids for which the corresponding impression was viewable (as defined by Active View).