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

ImpressionMetricsRow

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

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

interface ImpressionMetricsRow {
availableImpressions?: MetricValue;
bidRequests?: MetricValue;
inventoryMatches?: MetricValue;
responsesWithBids?: MetricValue;
rowDimensions?: RowDimensions;
successfulResponses?: MetricValue;
}

§Properties

§
availableImpressions?: MetricValue
[src]

The number of impressions available to the buyer on Ad Exchange. In some cases this value may be unavailable.

§
bidRequests?: MetricValue
[src]

The number of impressions for which Ad Exchange sent the buyer a bid request.

§
inventoryMatches?: MetricValue
[src]

The number of impressions that match the buyer's inventory pretargeting.

§
responsesWithBids?: MetricValue
[src]

The number of impressions for which Ad Exchange received a response from the buyer that contained at least one applicable bid.

§
rowDimensions?: RowDimensions
[src]

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

§
successfulResponses?: MetricValue
[src]

The number of impressions for which the buyer successfully sent a response to Ad Exchange.