[[["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-08-20 UTC."],[[["BreakTemplate is a fundamental component of a pod template, defining the structure and content of ad breaks."],["It utilizes AdSpot to specify the types of ads allowed and how they should be filled within the template."],["Each AdSpot within a BreakTemplate is assigned a unique ID and a fill type that dictates its behavior."],["The AdSpotFillType determines whether an empty AdSpot renders the entire pod invalid or if it's considered optional."]]],["The `BreakTemplate` within `AdRuleService` is a pod template building block. It utilizes `adSpotId` (a long integer) to identify an `AdSpot`, which defines permissible ad types. `adSpotFillType` dictates how the `AdSpot` is filled within the `BreakTemplate`. This can be `REQUIRED` (pod invalid if empty), `OPTIONAL` (always satisfied), or `UNKNOWN` (value not exposed by API). It uses a namespace of `https://www.google.com/apis/ads/publisher/v202408`.\n"]]