capacitor-community / admob

Community plugin for using Google AdMob
MIT License
205 stars 66 forks source link

Is there a way to hook into InterstitialAd::setOnPaidEventListener in order to calculate estimated AdRevenue? #293

Open mlostekk opened 8 months ago

mlostekk commented 8 months ago

Usually we were using AdMob together with Adjust in order to track the estimated AdRevnue. The touchpoint of the two frameworks was the InterstitialAd for example. It offers a setOnPaidEventListener listener which returns some information about the value of the shown ad.

Is there any way to hook into this listener?

distante commented 8 months ago

Currently it isn't implemented.

mlostekk commented 8 months ago

Do you have plans to implement it?

epaezrubio commented 3 months ago

I'm also looking forward to seeing it implemented. Thanks for considering!