enum AdSpotFillType (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eAdRuleService defines how ad spots are filled within Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eAdSpotFillType determines the requirements for filling ad spots to create valid ad pods, ranging from required to optional.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eREQUIRED\u003c/code\u003e AdSpotFillType means an empty ad spot invalidates the entire ad pod, while \u003ccode\u003eOPTIONAL\u003c/code\u003e means the ad spot is always considered filled.\u003c/p\u003e\n"],["\u003cp\u003eThis information is based on the Google Ad Manager API version v202411.\u003c/p\u003e\n"]]],["AdRuleService's BreakTemplate utilizes AdSpotFillType to define how ad spots are handled. This includes three options: `REQUIRED`, meaning an empty spot invalidates the pod; `OPTIONAL`, where the spot is always considered filled regardless of content; and `UNKNOWN`, for cases where the API version doesn't reveal the value. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# enum AdSpotFillType (v202411)\n\n**Service** \n**AdRuleService** **Dependencies** \n[BreakTemplate.BreakTemplate...](/ad-manager/api/reference/v202411/AdRuleService.BreakTemplate.BreakTemplateMember \"BreakTemplate.BreakTemplateMember\") \n▼\n**AdSpotFillType**\n\nThe different options for how ad spots are filled. Only some allocations of ads to subpods\nproduce a valid final pod.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|-------------------------------------------------------------------------------------|\n| `REQUIRED` | If this ad spot is empty, the overall pod is invalid. |\n| `OPTIONAL` | The ad spot is always \"satisfied\", whether empty or nonempty. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]