[[["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-02-13 UTC."],[[["`AdRuleSlotBehavior` defines how ads within an ad rule slot should behave, dictating whether they are always shown, never shown, or deferred to other rules."],["It includes four enumerations: `ALWAYS_SHOW`, `NEVER_SHOW`, `DEFER`, and `UNKNOWN`, each specifying a different behavior for the ad slot."],["These behaviors are used within the Ad Manager API to control the display of ads based on defined rules."]]],["The `AdRuleSlotBehavior` defines how ads within a specified ad rule slot are handled. The possible behaviors include `ALWAYS_SHOW`, where ads in the slot are always included; `NEVER_SHOW`, where ads in the slot are never included; and `DEFER`, where the decision is left to lower-priority rules. An `UNKNOWN` option exists for values not accessible through the current API version. The AdRuleService contains the AdRuleSlotBehavior dependency which uses these behaviors.\n"]]