[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMoney\u003c/code\u003e object represents a monetary amount, specified in micros.\u003c/p\u003e\n"],["\u003cp\u003eIt is defined within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e and is used by various services like \u003ccode\u003eLineItemService\u003c/code\u003e, \u003ccode\u003eOrderService\u003c/code\u003e, etc.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMoney\u003c/code\u003e objects utilize a three-letter currency code (\u003ccode\u003ecurrencyCode\u003c/code\u003e) and store the value in \u003ccode\u003emicroAmount\u003c/code\u003e, representing a millionth of the fundamental currency unit.\u003c/p\u003e\n"]]],["The provided content defines the `Money` data type within the `v202411` API namespace, used across various services like AudienceSegmentService, ForecastService, LineItemService, and others. `Money` is represented by two fields: `currencyCode`, a three-letter string specifying the currency, and `microAmount`, a long integer representing the monetary value in micros (one-millionth of the currency unit). It also mentions related objects, like `LineItemActivityAssociation` and `LineItemSummary` that are associated with the LineItemService.\n"],null,["# type Money (v202411)\n\n**Service** \n[AudienceSegmentService](/ad-manager/api/reference/v202411/AudienceSegmentService.Money) [ForecastService](/ad-manager/api/reference/v202411/ForecastService.Money) [LineItemCreativeAssociationService](/ad-manager/api/reference/v202411/LineItemCreativeAssociationService.Money) **LineItemService** [OrderService](/ad-manager/api/reference/v202411/OrderService.Money) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.Money) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.Money) [YieldGroupService](/ad-manager/api/reference/v202411/YieldGroupService.Money) **Dependencies** \n[LineItemActivityAssociation](/ad-manager/api/reference/v202411/LineItemService.LineItemActivityAssociation) [LineItemSummary](/ad-manager/api/reference/v202411/LineItemService.LineItemSummary) \n▼\n**Money**\n\nRepresents a money amount.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `currencyCode` | ` `xsd:`string` Three letter currency code in string format. |\n| ### `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. |"]]