GoogleMobileAds.Api.AdValue

The monetary value earned from an ad.

Summary

Public types

PrecisionType{
  Unknown = 0,
  Estimated = 1,
  PublisherProvided = 2,
  Precise = 3
}
enum
The precision of the reported ad value.

Properties

CurrencyCode
string
The value's ISO 4217 currency code.
Precision
The precision of the reported ad value.
Value
long
The ad's value in micro-units, where 1,000,000 micro-units equal one unit of the currency.

Public types

PrecisionType

 PrecisionType

The precision of the reported ad value.

Properties
Estimated

An ad value estimated from aggregated data.

Precise

The precise value paid for this ad.

PublisherProvided

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

Unknown

An ad value with unknown precision.

Properties

CurrencyCode

string CurrencyCode

The value's ISO 4217 currency code.

Precision

PrecisionType Precision

The precision of the reported ad value.

Value

long Value

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