type Money (v202502)Stay organized with collectionsSave and categorize content based on your preferences.
Page Summary
The Money object represents a monetary value within the Ad Manager API.
It includes fields for currency code (a three-letter string) and the amount in micros (a millionth of the currency unit).
This object is used across several services including AudienceSegmentService, ForecastService, LineItemService, OrderService, ProposalLineItemService, ProposalService, and YieldGroupService.
The Money object also has dependencies with LineItemActivityAssociation, LineItemSummary, and ProposalLineItem.
[[["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 details the structure and components of a service, specifically focusing on `Money` as a data type. Key services include AudienceSegmentService, ForecastService, LineItemService, OrderService, ProposalLineItemService, ProposalService, and YieldGroupService. Dependencies are LineItemActivityAssociation, LineItemSummary, and ProposalLineItem. The `Money` type has two fields: `currencyCode`, a three-letter string, and `microAmount`, a long integer representing money in micros.\n"]]