type Money (v202502)

  • Money in the Ad Manager API represents currency amounts and is used across various services like AudienceSegmentService, ForecastService, and LineItemService.

  • Money values are represented using a three-letter currency code and a microAmount, which is a millionth of the fundamental currency unit.

Represents a money amount.


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

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.