AI-generated Key Takeaways
-
FrequencyCapBehavior
in AdRuleService dictates how frequency caps are applied within ad rules. -
It offers four options:
TURN_ON
,TURN_OFF
,DEFER
, andUNKNOWN
, influencing whether frequency caps are active, inactive, deferred to other rules, or undefined in the current API version. -
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202411
.
Types of behavior for frequency caps within ad rules.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
TURN_ON
|
Turn on at least one of the frequency caps. |
TURN_OFF
|
Turn off all frequency caps. |
DEFER
|
Defer frequency cap decisions to the next ad rule in priority order. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |