AdRevenuePrecision enum

Defines the precision levels for ad revenue calculations. These levels indicate the accuracy or source of the revenue data provided by the system.

Inheritance
Available extensions

Values

unknown → const AdRevenuePrecision

Indicates that the revenue precision is unknown. This occurs when there is insufficient data available for CAS to calculate a revenue value. In such cases, CAS returns $0 in revenue.

precise → const AdRevenuePrecision

Indicates that the revenue value is provided as part of a real-time auction. This value represents the most accurate revenue figure available at the time.

floor → const AdRevenuePrecision

Indicates that the revenue is based on the manual CPM (Cost Per Mille) value entered for the waterfall ad network instance in mediation.

Note: Actual ad revenue is expected to be 10-20% higher than this minimum (floor) value.

estimated → const AdRevenuePrecision

Indicates that the revenue calculation is based on historical performance data as analyzed by the CAS platform.

Note: Estimated ad revenue may have discrepancies of up to 10% compared to actual values.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromValue(int? index) AdRevenuePrecision

Constants

values → const List<AdRevenuePrecision>
A constant List of the values in this enum, in order of their declaration.