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: