type Money (v202411)

  • Money objects represent monetary values in Google Ad Manager, using a currency code and a microAmount.

  • The microAmount field stores the value as micros, which are a millionth of the base currency unit.

  • Currency is represented by a three-letter currency code, adhering to standard currency code formats.

  • The Money object is part of the Google Ad Manager API and is used within various services like ProposalService.

Represents a money amount.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

currencyCode

xsd:string

Three letter currency code in string format.

microAmount

xsd:long

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.