enum FrequencyCapError.Reason (v202502)

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

  • The reasons include issues like exceeding impression or range limits, having too few impressions or too small a range, and duplicate time ranges or units.

  • A "TOO_MANY_FREQUENCY_CAPS" reason indicates exceeding the allowed number of frequency caps, while "UNKNOWN" is used when the actual value isn't exposed by the API version.

The reasons for the frequency cap error.


Namespace
https://www.google.com/apis/ads/publisher/v202502
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.