AI-generated Key Takeaways
-
The
Money
object in Google Ad Manager API represents a monetary amount, specified in micros. -
It includes a
currencyCode
for the currency type and amicroAmount
representing the value. -
The
Money
object is utilized by various services like ForecastService, LineItemCreativeAssociationService, and others for financial operations within the platform.
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. |