[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eFrequencyCapBehavior\u003c/code\u003e in AdRuleService dictates how frequency caps are applied within ad rules.\u003c/p\u003e\n"],["\u003cp\u003eIt offers four options: \u003ccode\u003eTURN_ON\u003c/code\u003e, \u003ccode\u003eTURN_OFF\u003c/code\u003e, \u003ccode\u003eDEFER\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e, influencing whether frequency caps are active, inactive, deferred to other rules, or undefined in the current API version.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this enumeration is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# enum FrequencyCapBehavior (v202411)\n\n**Service** \n**AdRuleService** **Dependencies** \n[AdRule](/ad-manager/api/reference/v202411/AdRuleService.AdRule) \n▼\n**FrequencyCapBehavior**\n\nTypes of behavior for frequency caps within ad rules.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|-------------------------------------------------------------------------------------|\n| `TURN_ON` | Turn on at least one of the frequency caps. |\n| `TURN_OFF` | Turn off all frequency caps. |\n| `DEFER` | Defer frequency cap decisions to the next ad rule in priority order. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]