AI-generated Key Takeaways
-
FrequencyCapError.Reason outlines the potential errors encountered when setting frequency caps in Google Ad Manager.
-
Errors can arise from exceeding impression limits, setting impressions too low, exceeding range limits, using duplicate time ranges or units, having too many frequency caps, or encountering unknown issues.
-
The enumeration values like
IMPRESSION_LIMIT_EXCEEDED
,IMPRESSIONS_TOO_LOW
,RANGE_LIMIT_EXCEEDED
, etc., represent specific frequency cap error reasons. -
This error type is relevant to various services in Ad Manager, including ForecastService, InventoryService, LineItemService, LineItemTemplateService, OrderService, and ProposalLineItemService.
-
FrequencyCapError.Reason helps to identify and troubleshoot issues related to frequency capping in ad campaigns.
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. |