GoogleMobileAds.Api.AdValue
The monetary value earned from an ad.
Summary
Public types |
|
---|---|
PrecisionType{
|
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.
Value
long Value
The ad's value in micro-units, where 1,000,000 micro-units equal one unit of the currency.