PrecisionType
PrecisionType
#
Bases: Enum
ESTIMATED = 'estimated'
#
An ad value estimated from aggregated data.
PRECISE = 'precise'
#
The precise value paid for this ad.
PUBLISHER_PROVIDED = 'publisherProvided'
#
A publisher-provided ad value, such as manual CPMs in a mediation group.
UNKNOWN = 'unknown'
#
An ad value with unknown precision.