BidMetricsRow class
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;
Constructors
- BidMetricsRow({MetricValue? bids, MetricValue? bidsInAuction, MetricValue? billedImpressions, MetricValue? impressionsWon, MetricValue? measurableImpressions, MetricValue? reachedQueries, RowDimensions? rowDimensions, MetricValue? viewableImpressions})
- BidMetricsRow.fromJson(Map json_)
Properties
- bids ↔ MetricValue?
-
The number of bids that Ad Exchange received from the buyer.
getter/setter pair
- bidsInAuction ↔ MetricValue?
-
The number of bids that were permitted to compete in the auction.
getter/setter pair
- billedImpressions ↔ MetricValue?
-
The number of bids for which the buyer was billed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- impressionsWon ↔ MetricValue?
-
The number of bids that won the auction.
getter/setter pair
- measurableImpressions ↔ MetricValue?
-
The number of bids for which the corresponding impression was measurable
for viewability (as defined by Active View).
getter/setter pair
- reachedQueries ↔ MetricValue?
-
The number of bids that won the auction and also won the mediation
waterfall (if any).
getter/setter pair
- rowDimensions ↔ RowDimensions?
-
The values of all dimensions associated with metric values in this row.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- viewableImpressions ↔ MetricValue?
-
The number of bids for which the corresponding impression was viewable (as
defined by Active View).
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited