Page Summary
-
ForecastService is the main service discussed, alongside other related services like LineItemService and NetworkService.
-
The content focuses on the
PrecisionError.Reasonenumeration, which describes reasons for precision errors. -
Two specific reasons for precision errors are detailed:
WRONG_PRECISIONandUNKNOWN.
Service
Dependencies
PrecisionError
▼
PrecisionError.Reason
Describes reasons for precision errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
| Enumeration | Description |
|---|---|
WRONG_PRECISION
|
The lowest N digits of the number must be zero. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |