AI-generated Key Takeaways
-
This page outlines the
FrequencyCapError.Reason
enumeration, which provides the reasons for frequency cap errors encountered within Google Ad Manager. -
Developers can use this enumeration to understand the cause of frequency cap errors, such as exceeding impression limits, using too low impression values, or conflicts in time ranges/units.
-
It is part of the Google Ad Manager API and is used within multiple services including
ForecastService
,InventoryService
,LineItemService
,LineItemTemplateService
,OrderService
, andProposalLineItemService
. -
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202411
. -
Potential error reasons are represented by specific enum values like
IMPRESSION_LIMIT_EXCEEDED
,IMPRESSIONS_TOO_LOW
,RANGE_LIMIT_EXCEEDED
,RANGE_TOO_LOW
,DUPLICATE_TIME_RANGE
,DUPLICATE_TIME_UNIT
,TOO_MANY_FREQUENCY_CAPS
, andUNKNOWN
.
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. |