AI-generated Key Takeaways
-
AdSpotFillType defines options for how ad spots in an ad pod are filled.
-
The enumeration includes REQUIRED, OPTIONAL, and UNKNOWN values, indicating whether an empty spot invalidates the pod or is always considered satisfied.
-
Only certain combinations of ad allocations to subpods result in a valid final ad pod.
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/v202502
| 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. |