type Money (v202411)

  • Money represents a money amount used in various Ad Manager services like AudienceSegmentService and ForecastService.

  • It includes fields for currencyCode, represented as a three-letter string, and microAmount, which is a long value representing millionths of the fundamental currency unit.

  • The namespace for Money is https://www.google.com/apis/ads/publisher/v202411.

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.