Skip to content

AdValue.PrecisionType

Specifies the precision of the monetary value reported for an ad impression. Defined inside the AdValue class.

Values

# Access via AdValue.PrecisionType
enum PrecisionType {
    UNKNOWN = 0,
    ESTIMATED = 1,
    PUBLISHER_PROVIDED = 2,
    PRECISE = 3
}
public enum PrecisionType
{
    Unknown = 0,
    Estimated = 1,
    PublisherProvided = 2,
    Precise = 3
}