GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeImaAdInfo - iOS

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

Properties

adId

public let adId: String?

Ad identifier.

adTitle

public let adTitle: String?

Ad title.

adDescription

public let adDescription: String?

Ad description.

adSystem

public let adSystem: String?

Ad system name.

isSkippable

public let isSkippable: Bool?

Whether the ad is skippable.

skipTimeOffset

public let skipTimeOffset: Double?

Seconds before skip is allowed, when relevant.

adDuration

public let adDuration: Double?

Ad duration in seconds.

advertiserName

public let advertiserName: String?

Advertiser name.

adTag

public let adTag: String?

Ad tag URL used to fetch the ad.

extraInfo

public let extraInfo: BlazeContentExtraInfo?

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


Did this page help you?