type Money (v202411)

  • Money objects represent monetary values within the Google Ad Manager API.

  • These objects utilize a 'currencyCode' to specify the currency (e.g., USD) and a 'microAmount' to denote the value in micros (1 micro = 1 millionth of the base currency unit).

  • The Money object is used across various Google Ad Manager services such as OrderService, ProposalService and LineItemService, for representing monetary values associated with entities like orders, proposals and line items.

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.