capacitor-community / admob

Community plugin for using Google AdMob
MIT License
221 stars 69 forks source link

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

Open mlostekk opened 1 year ago

mlostekk commented 1 year 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 1 year ago

Currently it isn't implemented.

mlostekk commented 1 year ago

Do you have plans to implement it?

epaezrubio commented 8 months ago

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