type Money (v202505)

  • The Money object represents a monetary amount and is used across various services like ForecastService, LineItemService, OrderService, ProposalLineItemService, ProposalService, and YieldGroupService.

  • It includes fields for currencyCode, represented as a three-letter string, and microAmount, a long integer signifying the value in millionths of the currency unit.

  • The Money object is dependent on the ThirdPartyAudienceSegment.

Represents a money amount.


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

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.