AdValue.PrecisionType

public static abstract @interface AdValue.PrecisionType implements Annotation

Allowed constants for AdValue.getPrecisionType().

Supported constants:

Constant Summary

int ESTIMATED An ad value estimated from aggregated data.
int PRECISE The precise value paid for this ad.
int PUBLISHER_PROVIDED A publisher-provided ad value, such as manual CPMs in a mediation group.
int UNKNOWN An unknown precision type.

Inherited Method Summary

Constants

public static final int ESTIMATED

An ad value estimated from aggregated data.

Constant Value: 1

public static final int PRECISE

The precise value paid for this ad.

Constant Value: 3

public static final int PUBLISHER_PROVIDED

A publisher-provided ad value, such as manual CPMs in a mediation group.

Constant Value: 2

public static final int UNKNOWN

An unknown precision type.

Constant Value: 0