public interface CompanionAd
- A CompanionAd is included in aLinearAd
or aNonLinearAd
.
Modifier and Type | Method and Description |
---|---|
String |
getAdSlotId()
An identifier of the element in which the companion ad should be appended, if available.
|
String |
getAltText()
An alternative description for ad.
|
String |
getClickThrough()
The website of the advertisement.
|
int |
getHeight()
The height of the companion ad.
|
String |
getResourceURI()
The URI of the ad content.
|
String |
getType()
The type of the companion ad.
|
int |
getWidth()
The width of the companion ad.
|
String getAdSlotId()
String getAltText()
- Only supported for StaticResource.
String getClickThrough()
- Only supported for StaticResource.
int getHeight()
String getResourceURI()
int getWidth()
String getType()