[[["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."],[[["`AdRuleSlotBehavior` defines how ads within an ad rule slot should behave, dictating whether they are always shown, never shown, deferred to other rules, or unknown."],["It's an enumeration within the AdRuleService and provides four possible values: `ALWAYS_SHOW`, `NEVER_SHOW`, `DEFER`, and `UNKNOWN`."],["The behavior is crucial in determining ad serving priority and how different ad rules interact within an ad slot."]]],["The `AdRuleSlotBehavior` enumeration defines how ads behave within an ad rule slot. `ALWAYS_SHOW` ensures ads are always included. `NEVER_SHOW` excludes ads from the slot. `DEFER` indicates that the rule defers to lower priority rules for the slot's ad guidelines. `UNKNOWN` is a fallback value for cases where the API version doesn't expose the true value. The AdRuleService includes the `BaseAdRuleSlot` dependency, which is used by the `AdRuleSlotBehavior`.\n"]]