type BreakTemplate.BreakTemplateMember (v202411)

  • BreakTemplate is a fundamental component of a pod template within AdRuleService.

  • BreakTemplate utilizes AdSpot settings to determine ad types allowed within the template.

  • AdSpotFillType dictates how an AdSpot is populated in the BreakTemplate, with options for required, optional, or unknown filling.

  • The namespace for BreakTemplate and its associated elements is https://www.google.com/apis/ads/publisher/v202411.

A building block of a pod template.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

adSpotId

xsd:long

The ID of the AdSpot that has the settings about what kinds of ads can appear in this position of the BreakTemplate.

adSpotFillType

AdSpotFillType

The behavior for how the AdSpot should be filled in the context of the BreakTemplate.


Enumerations
REQUIRED
If this ad spot is empty, the overall pod is invalid.
OPTIONAL
The ad spot is always "satisfied", whether empty or nonempty.
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.