{% include "/admob/android/reference/_dackka-meta-tags.html" %}

AdValue.PrecisionType

{% setvar page_path %}com/google/android/gms/ads/AdValue.PrecisionType.html{% endsetvar %} {% setvar doc_root_path %}/admob/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_java_switcher2.md" %}

@Retention(value = SOURCE)
@IntDef(value = [PrecisionType.UNKNOWN, PrecisionType.ESTIMATED, PrecisionType.PUBLISHER_PROVIDED, PrecisionType.PRECISE])
public annotation AdValue.PrecisionType


Allowed constants for getPrecisionType.

Supported constants:

Summary

Constants

static final int

An ad value estimated from aggregated data.

static final int

The precise value paid for this ad.

static final int

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

static final int

An unknown precision type.

Constants

ESTIMATED

public static final int ESTIMATED = 1

An ad value estimated from aggregated data.

PRECISE

public static final int PRECISE = 3

The precise value paid for this ad.

PUBLISHER_PROVIDED

public static final int PUBLISHER_PROVIDED = 2

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

UNKNOWN

public static final int UNKNOWN = 0

An unknown precision type.