AI-generated Key Takeaways
-
AdSpotFillType defines options for how ad spots in a pod are filled, affecting pod validity.
-
The available options are REQUIRED, OPTIONAL, and UNKNOWN.
-
REQUIRED means an empty ad spot invalidates the pod, while OPTIONAL means the spot is always satisfied.
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/v202508
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. |