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

FilteredBidCreativeRow

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

The number of filtered bids with the specified dimension values that have the specified creative.

interface FilteredBidCreativeRow {
bidCount?: MetricValue;
creativeId?: string;
rowDimensions?: RowDimensions;
}

§Properties

§
bidCount?: MetricValue
[src]

The number of bids with the specified creative.

§
creativeId?: string
[src]

The ID of the creative.

§
rowDimensions?: RowDimensions
[src]

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