[[["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."],[[["BreakTemplate is a fundamental component of a pod template within the AdRuleService."],["It utilizes AdSpot to manage ad placements and filling strategies."],["Each BreakTemplate is associated with an AdSpot, which dictates ad types and fill behavior."],["AdSpotFillType determines how an AdSpot should be filled, with options for required, optional, or unknown."],["BreakTemplate's structure and attributes are defined within the Google Ad Manager API namespace."]]],["The `BreakTemplate` within `AdRuleService` defines a pod template's structure. It uses `adSpotId` to link to `AdSpot` settings, determining the types of ads allowed in a position. The `adSpotFillType` dictates how the `AdSpot` should be filled: `REQUIRED` means an empty spot makes the pod invalid, `OPTIONAL` implies the spot is always considered fulfilled, and `UNKNOWN` represents an unexposed value. These elements control ad placement behavior within the pod.\n"]]