ImpressionMetricsRow class
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.
Constructors
- ImpressionMetricsRow({MetricValue? availableImpressions, MetricValue? bidRequests, MetricValue? inventoryMatches, MetricValue? responsesWithBids, RowDimensions? rowDimensions, MetricValue? successfulResponses})
- ImpressionMetricsRow.fromJson(Map json_)
Properties
- availableImpressions ↔ MetricValue?
-
The number of impressions available to the buyer on Ad Exchange.
getter/setter pair
- bidRequests ↔ MetricValue?
-
The number of impressions for which Ad Exchange sent the buyer a bid
request.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inventoryMatches ↔ MetricValue?
-
The number of impressions that match the buyer's inventory pretargeting.
getter/setter pair
- responsesWithBids ↔ MetricValue?
-
The number of impressions for which Ad Exchange received a response from
the buyer that contained at least one applicable bid.
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
- successfulResponses ↔ MetricValue?
-
The number of impressions for which the buyer successfully sent a response
to Ad Exchange.
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