enum AdSpotFillType (v202411)

  • AdRuleService defines how ad spots are filled within Ad Manager.

  • AdSpotFillType determines the requirements for filling ad spots to create valid ad pods, ranging from required to optional.

  • REQUIRED AdSpotFillType means an empty ad spot invalidates the entire ad pod, while OPTIONAL means the ad spot is always considered filled.

  • This information is based on the Google Ad Manager API version v202411.

The different options for how ad spots are filled. Only some allocations of ads to subpods produce a valid final pod.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
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.