AI-generated Key Takeaways
-
Money represents a money amount used in several Ad Manager services like AudienceSegmentService, ForecastService, LineItemCreativeAssociationService, LineItemService, OrderService, ProposalLineItemService, ProposalService, and YieldGroupService.
-
The Money object is defined within the
https://www.google.com/apis/ads/publisher/v202411namespace. -
It contains two fields:
currencyCode(a three-letter string) andmicroAmount(a long integer representing millionths of the currency unit).
Represents a money amount.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
|---|---|
|
Three letter currency code in string format. |
|
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. |