react-native-admob-native-ads icon indicating copy to clipboard operation
react-native-admob-native-ads copied to clipboard

Ad_impression event does not fire consistently in Firebase DebugView

Open rojakcode opened this issue 1 year ago • 2 comments

I implemented the native advanced format on a scroll feed. I did a number of tests in Firebase DebugView. Whenever the ad appears in the viewport, the ad_impression event should fire. However, it does so inconsistently in my case. Since we are paid according to impressions and the clicks that happen on them, that means devs lose out on ad revenue.

rojakcode avatar Sep 01 '23 08:09 rojakcode

Facing the same issue on android devices. with 0.6.6 version. onAdImpression event is not firing at all Please suggest

nannish avatar Sep 11 '23 21:09 nannish

I did a little hacking by putting an empty ScrollView and automatically scrolling when onAdLoaded. onAdImpression fired, but it's not perfect

sontruongna avatar Jan 17 '24 03:01 sontruongna