AI-generated Key Takeaways
-
The
Money
object represents a monetary amount, using a three-letter currency code and a microAmount value for precision. -
Microamounts represent a millionth of the fundamental currency unit, ensuring accurate representation of monetary values.
-
The
Money
object is defined within the namespacehttps://www.google.com/apis/ads/publisher/v202411
, providing context for its usage. -
It includes fields like
currencyCode
(a three-letter currency code) andmicroAmount
(the monetary value in micros).
Represents a money amount.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
|
Three letter currency code in string format. |
|
Money values are always specified in terms of micros which are a millionth of the fundamental currency unit. For US dollars, $1 is 1,000,000 micros. |