AdsApp.AdViewSpace
Stay organized with collections
Save and categorize content based on your preferences.
Starting point for viewing type-specific ad information.
Typical usage:
if (ad.isType().expandedTextAd()) {
var expandedTextAd = ad.asType().expandedTextAd();
var headlinePart1 = expandedTextAd.getHeadlinePart1();
}
Methods:
expandedTextAd()
Returns the ad as an
ExpandedTextAd. Calling this on an ad
of a different type will result in an error.
Return values:
imageAd()
Returns the ad as an
ImageAd. Calling
this on an ad of a different type will result in an error.
Return values:
responsiveDisplayAd()
Returns the ad as a
ResponsiveDisplayAd. Calling
this on an ad of a different type will result in an error.
Return values:
responsiveSearchAd()
Returns the ad as a
ResponsiveSearchAd. Calling this
on an ad of a different type will result in an error.
Return values:
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-09-03 UTC.
[null,null,["Last updated 2025-09-03 UTC."],[],[],null,[]]