[[["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 2024-05-15 UTC."],[[["Money objects represent monetary values within the Google Ad Manager system."],["They utilize a 'microAmount' field to store the value, representing a millionth of the fundamental currency unit."],["A three-letter 'currencyCode' specifies the currency associated with the monetary amount."],["This data structure is part of the Google Ad Manager API, within the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The document defines \"Money\" as a data type representing monetary amounts within the `https://www.google.com/apis/ads/publisher/v202405` namespace. It specifies two fields: `currencyCode`, a three-letter string representing the currency, and `microAmount`, a long integer representing the value in millionths of the currency unit. Several services utilize this Money data type, including AudienceSegmentService, ForecastService, LineItemService, OrderService, ProposalLineItemService, ProposalService, and YieldGroupService. LineItemCreativeAssociation also has a dependency on LineItemCreativeAssociationStats.\n"]]