type Money (v202508)

  • The Money object represents a money amount with a currency code and a micro amount.

  • The currencyCode field is a three-letter string representing the currency.

  • The microAmount field is a long integer representing the amount in millionths of the fundamental currency unit.

Represents a money amount.


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

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.