I would like to detect when a user clicks on an AdMob banner.
I realized that most banners nowadays open only after a confirmation click.
AdMob provides AdListener()
and its callback onAdOpened()
, but such callback is not fired by the first click, it is only fired by the confirmation click which opens the ad.
Is there a way to detect the first click on the AdMob banner?