AI-generated Key Takeaways
-
The Money object represents a monetary value used in various Ad Manager services.
-
It includes fields for
currencyCode(a three-letter string) andmicroAmount(a long integer representing micros). -
Micro amounts are a millionth of the fundamental currency unit, e.g., $1 is 1,000,000 micros.
Represents a money amount.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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. |