capacitor-community / admob

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

capture if the user click on the ads #158

Closed mhamri closed 10 months ago

mhamri commented 2 years ago

I'm trying to prevent if someone click bomb the ads, and I want to throttle how often I show interstitial ads if someone clicked the ads

currently there is no listener that I can hook into to get if the user clicked the content, looking at stackoverflow I noticed that is possible https://stackoverflow.com/questions/53849521/how-to-detect-admob-interstitial-ads-is-clicked-by-user

but currently isn't part of the current plugin functionality. it will be really helpful to create a new listener for that purpose

rdlabo commented 2 years ago

@mhamri Thanks for issue. I have looked for this iOS version but could not find it. Since it is multi-platform, it must work on both iOS and Android, can you find a method for iOS?

distante commented 10 months ago

Closed due inactivity