i am using google Nativead on my collectionview, First i request for ad then i got five ad at a time then all ad are store in single array like
For example
var nativeAds = [GADUnifiedNativeAd]()
func adLoader(_ adLoader: GADAdLoader, didReceive nativeAd: GADUnifiedNativeAd) {
nativeAds.append(nativeAd)
}
Then i am using this array on specific collectionview row for display Nativead. But, my problem is my ad impression is too low around (35, 40)%, so, what i do for displaying Nativead in my collectionview. Please help me.