[[["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 2024-11-19 UTC."],[[["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` and `FREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_OFF` to detail the error."],["AdRuleFrequencyCapError is part of the AdRuleService within the Google Ad Manager API."]]],["The document details `AdRuleFrequencyCapError.Reason`, which explains errors related to ad rule frequency caps. It outlines three possible reasons: `NO_FREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_ON`, indicating frequency caps are enabled but not defined; `FREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_OFF`, where frequency caps are set despite being disabled; and `UNKNOWN`, for values not available in the API version. These errors occur within the `AdRuleService` and its `AdRuleFrequencyCapError` dependency.\n"]]