type Money (v202508)

  • The document describes the Money object, which represents a money amount.

  • The Money object includes fields for currencyCode (a three-letter string) and microAmount (a long integer representing a millionth of the currency unit).

  • The Money object is part of the ForecastService namespace within the Google Publisher API v202508.

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.