RtbMetrics class

Real-time bidding metrics.

For what each metric means refer to Report metrics

Constructors

RtbMetrics({String? adImpressions7Days, double? bidRate7Days, String? bidRequests7Days, String? bids7Days, double? filteredBidRate7Days, double? mustBidRateCurrentMonth})
RtbMetrics.fromJson(Map json_)

Properties

adImpressions7Days String?
Ad impressions in last 7 days.
getter/setter pair
bidRate7Days double?
Bid rate in last 7 days, calculated by (bids / bid requests).
getter/setter pair
bidRequests7Days String?
Bid requests in last 7 days.
getter/setter pair
bids7Days String?
Bids in last 7 days.
getter/setter pair
filteredBidRate7Days double?
Filtered bid rate in last 7 days, calculated by (filtered bids / bids).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mustBidRateCurrentMonth double?
Must bid rate for current month.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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