[[["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."],[[["The ProposalLineItemService, along with other services like AudienceSegmentService, ForecastService, and more, uses the Money object to represent monetary values."],["The Money object, defined within the namespace `https://www.google.com/apis/ads/publisher/v202405`, is a structure that encapsulates currency and amount."],["It utilizes two fields: `currencyCode`, a three-letter string representing the currency, and `microAmount`, a long integer denoting the amount in micros (one millionth of the base currency unit)."]]],["The core content details the `Money` data type used across various services: `AudienceSegmentService`, `ForecastService`, `LineItemCreativeAssociationService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, `ProposalService`, and `YieldGroupService`. `Money` represents a monetary amount, defined by a three-letter `currencyCode` and a `microAmount`. `MicroAmount` specifies the value in micros, where one micro equals one millionth of the fundamental currency unit. The `ProposalLineItem` depends on `Money`. All those services are under the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]