AI-generated Key Takeaways
- 
          NoPoddingAdRuleSlotis an ad rule slot characterized by having no podding and is defined by its maximum video ad duration.
- 
          The slot inherits properties from BaseAdRuleSlot, includingslotBehavior,maxVideoAdDuration,videoMidrollFrequencyType,videoMidrollFrequency,bumper,maxBumperDuration,maxPodDuration,maxAdsInPod, andbreakTemplateId.
- 
          slotBehaviordetermines if video ads are allowed for the slot or if the decision is deferred, withDEFERas the default.
- 
          maxVideoAdDurationandmaxBumperDurationdefine the maximum length of video and bumper ads respectively within the slot, both defaulting to 0.
- 
          Mid-roll ad behavior is configured using videoMidrollFrequencyTypeandvideoMidrollFrequency, which are required for mid-rolls and ignored otherwise.
An ad rule slot with no podding. It is defined by a BaseAdRuleSlot.maxVideoAdDuration.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| Field | |
|---|---|
| BaseAdRuleSlot(inherited) | |
| 
                            | The AdRuleSlotBehavior for video ads for this slot. This attribute is optional and defaults to AdRuleSlotBehavior.DEFER. Indicates whether video ads are allowed for this slot, or if the decision is deferred to a lower-priority ad rule. Enumerations 
 | 
| 
                            | 
                            The maximum duration in milliseconds of video ads within this slot. This attribute is optional and defaults to 0. | 
| 
                            | The frequency type for video ads in this ad rule slot. This attribute is required for mid-rolls, but if this is not a mid-roll, the value is set to MidrollFrequencyType.NONE. Enumerations 
 | 
| 
                            | 
                            The mid-roll frequency of this ad rule slot for video ads. This attribute is required for
                mid-rolls, but if MidrollFrequencyType is set to MidrollFrequencyType.NONE,
                this value should be ignored. For example, if this slot has a frequency type of MidrollFrequencyType.EVERY_N_SECONDS and  | 
| 
                            | The AdRuleSlotBumper for this slot. This attribute is optional and defaults to AdRuleSlotBumper.NONE. Enumerations 
 | 
| 
                            | 
                            The maximum duration of bumper ads within this slot. This attribute is optional and defaults to 0. | 
| 
                            | 
                            The maximum pod duration in milliseconds for this slot. This attribute is optional and defaults to 0. | 
| 
                            | 
                            The maximum number of ads allowed in a pod in this slot. This attribute is optional and defaults to 0. | 
| 
                            | 
                            ID of a BreakTemplate that defines what kinds of ads show at which positions within this slot. This field is optional and only supported on OptimizedPoddingAdRuleSlot entities. | 
| NoPoddingAdRuleSlot | |