AI-generated Key Takeaways
-
AdSenseSettings.AdType
specifies the type of ads that can be served through anAdUnit
. -
The possible values for
AdSenseSettings.AdType
areTEXT
,IMAGE
, andTEXT_AND_IMAGE
. -
TEXT
allows text-only ads,IMAGE
allows image-only ads, andTEXT_AND_IMAGE
allows 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. |