[[["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-05-15 UTC."],[[["AdRuleSlotBumper defines the types of bumper ads that can be displayed on an ad rule slot."],["Options include showing bumper ads before, after, or before and after the main ad content, or not at all."],["The `AdRuleSlotBumper` enumeration is part of the Google Ad Manager API and uses the namespace `https://www.google.com/apis/ads/publisher/v202405`."],["`UNKNOWN` is returned if the API version doesn't expose the actual value."]]],["The `AdRuleSlotBumper` enumeration defines the placement of bumper ads within an ad rule slot. It offers options to show no bumper ad (`NONE`), one before other ads (`BEFORE`), one after (`AFTER`), or one before and after (`BEFORE_AND_AFTER`). An `UNKNOWN` value is returned when the specific placement isn't available via the requested API version. These placements are used within the `AdRuleService` which is reliant on `BaseAdRuleSlot`.\n"]]