type Money (v202508)

  • The provided content defines the Money object, representing a money amount within the specified namespace.

  • The Money object has two fields: currencyCode (a three-letter string) and microAmount (a long integer representing the value in micros).

  • Several services within the v202508 API version, including AudienceSegmentService, ForecastService, LineItemService, OrderService, ProposalLineItemService, ProposalService, and YieldGroupService, utilize or are related to money values.

  • The Order dependency is also mentioned in the context of these services and money representation.

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.