AI-generated Key Takeaways
-
ForecastService is a service with dependencies on FrequencyCapError.
-
FrequencyCapError.Reason is an enumeration listing reasons for frequency cap errors, such as exceeded impression or range limits, insufficient impressions or range, duplicate time ranges or units, too many frequency caps, and an unknown error.
-
The Namespace for these services and errors is
https://www.google.com/apis/ads/publisher/v202508
.
The reasons for the frequency cap error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
IMPRESSION_LIMIT_EXCEEDED
|
|
IMPRESSIONS_TOO_LOW
|
|
RANGE_LIMIT_EXCEEDED
|
|
RANGE_TOO_LOW
|
|
DUPLICATE_TIME_RANGE
|
|
DUPLICATE_TIME_UNIT
|
|
TOO_MANY_FREQUENCY_CAPS
|
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |