enum FrequencyCapError.Reason (v202411)

  • FrequencyCapError.Reason lists the potential causes for frequency cap errors in services like ForecastService and LineItemService.

  • The enumeration includes reasons such as exceeding impression or range limits, having too few impressions or a range that is too low, or encountering duplicate time ranges or units.

  • Other reasons for frequency cap errors include having too many frequency caps or an unknown error.

The reasons for the frequency cap error.


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