GamPodAdInfo

data class GamPodAdInfo(val adPosition: Double? = null, val totalAds: Double? = null, val adId: String? = null, val creativeId: String? = null)

One IMA pod-ad report, normalized off AdEvent.getAd().getAdPodInfo() by the render layer so this module never sees an IMA object.

Constructors

Link copied to clipboard
constructor(adPosition: Double? = null, totalAds: Double? = null, adId: String? = null, creativeId: String? = null)

Properties

Link copied to clipboard
val adId: String?

IMA's ad id, when available (getAdId()).

Link copied to clipboard

1-based position of this ad within the pod (getAdPosition()); null when IMA reports none.

Link copied to clipboard

IMA's creative id, when available (getCreativeId()).

Link copied to clipboard

Ads in the pod (getTotalAds()); 0 or absent when IMA does not know.