BidMetricsRow constructor
BidMetricsRow({
- MetricValue? bids,
- MetricValue? bidsInAuction,
- MetricValue? billedImpressions,
- MetricValue? impressionsWon,
- MetricValue? measurableImpressions,
- MetricValue? reachedQueries,
- RowDimensions? rowDimensions,
- MetricValue? viewableImpressions,
Implementation
BidMetricsRow({
this.bids,
this.bidsInAuction,
this.billedImpressions,
this.impressionsWon,
this.measurableImpressions,
this.reachedQueries,
this.rowDimensions,
this.viewableImpressions,
});