Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
PrecisionError.Reason is an enumeration that describes reasons for precision errors occurring within Google Ad Manager.
Two potential reasons for these errors are indicated: WRONG_PRECISION where the lowest digits of a number need to be zero, and UNKNOWN for cases where the value isn't exposed by the API version being used.
The PrecisionError.Reason enumeration is used across several services in Google Ad Manager, including ForecastService, LineItemService, LineItemTemplateService, NetworkService, OrderService, ProposalLineItemService, and ProposalService.
[[["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 defines `PrecisionError.Reason`, an enumeration detailing reasons for precision errors within various advertising services. Key actions involve identifying and understanding these error reasons. The enumeration includes `WRONG_PRECISION`, indicating that the lowest N digits of a number must be zero, and `UNKNOWN`, used when the actual value is not available in the API version. These reasons apply to services like Forecast, LineItem, LineItemTemplate, Network, Order, and ProposalLineItem.\n"]]