AdValue

public final class AdValue extends Object

The monetary value earned from an ad.

Nested Class Summary

@interface AdValue.PrecisionType Allowed constants for AdValue.getPrecisionType()

Public Method Summary

String
getCurrencyCode()
The value's ISO 4217 currency code.
int
getPrecisionType()
The precision type of the reported ad value.
long
getValueMicros()
The ad's value in micro-units, where 1,000,000 micro-units equal one unit of the currency.

Inherited Method Summary

Public Methods

public String getCurrencyCode ()

The value's ISO 4217 currency code.

public int getPrecisionType ()

The precision type of the reported ad value.

public long getValueMicros ()

The ad's value in micro-units, where 1,000,000 micro-units equal one unit of the currency.