tags:

views:

35

answers:

0

Hi,

I'm starting to use adwhirl to display some ads in an app that I have. Previously I was using just iAd and I was using the bannerViewActionShouldBegin:willLeaveApplication: to tell when the user clicked on the banner so I could do a little bit of custom logic. I haven't been able to find a way using adwhirl to get a notification that the user has clicked on a banner. I tried using adWhirlWillPresentFullScreenModal, but that only notifies me when the ad that will be displayed is modal and not when the ad causes another application to be loaded.

So, how do I get a notification when using adwhirl (with AdMob and iAd) that the user has clicked on a banner? Help me Obi-Wan Kenobi, you're my only hope....