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

CreativeStatusRow

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

The number of bids with the specified dimension values that did not win the auction (either were filtered pre-auction or lost the auction), as described by the specified creative status.

interface CreativeStatusRow {
bidCount?: MetricValue;
creativeStatusId?: number;
rowDimensions?: RowDimensions;
}

§Properties

§
bidCount?: MetricValue
[src]

The number of bids with the specified status.

§
creativeStatusId?: number
[src]

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

§
rowDimensions?: RowDimensions
[src]

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