AI-generated Key Takeaways
-
FrequencyCapError.Reason
defines the various reasons why a frequency cap error might occur within Google Ad Manager. -
This enumeration includes reasons such as exceeding impression limits, having impressions that are too low, exceeding range limits, or having duplicate time units or ranges.
-
FrequencyCapError.Reason
is part of theForecastService
and is utilized by other services likeInventoryService
,LineItemService
,LineItemTemplateService
,OrderService
, andProposalLineItemService
. -
It's namespaced under
https://www.google.com/apis/ads/publisher/v202411
for API version v202411.
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. |