GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeImaAdInfo - Android

Metadata for an IMA ad event, when the SDK provides it.

Properties

adId

val adId: String? = null

Ad identifier.

adTitle

val adTitle: String? = null

Ad title.

adDescription

val adDescription: String? = null

Ad description.

adSystem

val adSystem: String? = null

Ad system name.

isSkippable

val isSkippable: Boolean? = null

Whether the ad is skippable.

skipTimeOffset

val skipTimeOffset: Double? = null

Seconds before skip is allowed, when relevant.

adDuration

val adDuration: Double? = null

Ad duration in seconds.

advertiserName

val advertiserName: String? = null

Advertiser name.

adTag

val adTag: Uri? = null

Ad tag URL used to fetch the ad.

extraInfo

val extraInfo: BlazeContentExtraInfo? = null

Extra context for previous, current, and next content items. See BlazeContentExtraInfo.


Did this page help you?