I have 2 different ads in my app, a normal banner (320x50) and an interstitial ad. When a user touches the banner, I capture this event using an adListener->onDismissScreen.
But this doesn't seem to work with the interstitial ad. Is there a way to do the same with the interstitial ad? I just want to know if the user clicked the ad or not!