enum FrequencyCapError.Reason (v202505)

  • FrequencyCapError.Reason defines the various reasons for frequency cap errors within services like ForecastService, InventoryService, and LineItemService.

  • Enumerated reasons for frequency cap errors include exceeding or being too low on impression and range limits, duplicate time ranges or units, and having too many frequency caps.

  • The UNKNOWN enumeration is used when the actual frequency cap error reason is not exposed by the API version being used.

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.