AI-generated Key Takeaways
-
AdRuleFrequencyCapError outlines reasons for errors related to frequency caps in ad rules.
-
This error can arise if frequency caps are enabled without specific settings or if settings are present when frequency caps are disabled.
-
It uses an enumeration with values like
NO_FREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_ON
andFREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_OFF
to detail the error. -
AdRuleFrequencyCapError is part of the AdRuleService within the Google Ad Manager API.
Describes reason for AdRuleFrequencyCapError
s.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
NO_FREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_ON
|
The ad rule specifies that frequency caps should be turned on, but then none of the frequency caps have actually been set. |
FREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_OFF
|
The ad rule specifies that frequency caps should not be turned on, but then some frequency caps were actually set. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |