PrecisionType

An enumeration type that defines the precision of ad values.

Inheritance

  • Inherits from Enum.
  • Properties

  • **ESTIMATED**: Represents an ad value estimated from aggregated data.
  • * Python value: 'estimated'
  • **PRECISE**: Represents the precise value paid for this ad.
  • * Python value: 'precise'
  • **PUBLISHER_PROVIDED**: Represents a publisher-provided ad value, such as manual CPMs in a mediation group.
  • * Python value: 'publisherProvided'
  • **UNKNOWN**: Represents an ad value with unknown precision.
  • * Python value: 'unknown'