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.