[[["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."],[[["BreakTemplate is a fundamental component of a pod template, defining the structure and content of ad breaks."],["Each BreakTemplate includes AdSpots, which specify the types of ads allowed and how they should be filled within the template."],["AdSpotFillType determines whether an AdSpot is required or optional for a valid pod, impacting ad delivery."],["BreakTemplate and its associated elements belong to the AdRuleService within the Google Ad Manager API."]]],["The `BreakTemplate` within `AdRuleService` is a pod template building block. Key fields include `adSpotId`, which is the ID of an `AdSpot` specifying ad types permitted in a position, and `adSpotFillType`, which determines how the `AdSpot` should be filled. `adSpotFillType` can be `REQUIRED` (pod invalid if empty), `OPTIONAL` (always satisfied), or `UNKNOWN`. This data resides in the `https://www.google.com/apis/ads/publisher/v202405` namespace.\n"]]