AI-generated Key Takeaways
-
FrequencyCapError.Reason enumerates the specific reasons for frequency cap errors.
-
Reasons include exceeding impression or range limits, having too low impressions or ranges, and duplicate time entries.
-
The
UNKNOWNvalue is returned for reasons not exposed in the requested API version.
Service
Dependencies
FrequencyCapError
▼
FrequencyCapError.Reason
The reasons for the frequency cap error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |