Stay organized with collections
Save and categorize content based on your preferences.
GoogleMobileAds.Api.AdValue
The monetary value earned from an ad.
Summary
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-01-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-01-18 UTC."],[[["`GoogleMobileAds.Api.AdValue` represents the monetary value earned from an ad."],["It provides the value in micro-units, currency code, and the precision of the value."],["`PrecisionType` indicates whether the value is estimated, precise, publisher-provided, or unknown."],["Ad values are expressed in micro-units, with 1,000,000 micro-units equaling one unit of the currency specified by `CurrencyCode`."]]],[]]