AI-generated Key Takeaways
-
AdSenseSettings.AdTypespecifies the type of ads that can be served through anAdUnit. -
The possible values for
AdSenseSettings.AdTypeareTEXT,IMAGE, andTEXT_AND_IMAGE. -
TEXTallows text-only ads,IMAGEallows image-only ads, andTEXT_AND_IMAGEallows both.
Service
InventoryService
Dependencies
AdSenseSettings
▼
AdSenseSettings.AdType
Specifies the type of ads that can be served through this AdUnit.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
| Enumeration | Description |
|---|---|
TEXT
|
Allows text-only ads. |
IMAGE
|
Allows image-only ads. |
TEXT_AND_IMAGE
|
Allows both text and image ads. |