type Money (v202502)Stay organized with collectionsSave and categorize content based on your preferences.
Page Summary
The Money object represents a monetary value used within various services like AudienceSegmentService, ForecastService, LineItemService, OrderService, ProposalLineItemService, ProposalService, and YieldGroupService.
The Money object is defined within thehttps://www.google.com/apis/ads/publisher/v202502namespace.
The Money object has two fields:currencyCode, which is a three-letter string representing the currency, andmicroAmount, a long value representing the amount in millionths of the fundamental currency unit.
[[["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."],[],["The provided content outlines the `Money` data type used within a service namespace. `Money` represents a monetary amount and is defined by two fields: `currencyCode`, a three-letter string indicating the currency, and `microAmount`, a long integer representing the amount in micros (millionths of the currency unit). This data type is a dependency of `ProposalLineItem` and is associated with multiple services including `AudienceSegmentService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, `ProposalService` and `YieldGroupService`.\n"]]