- (void)bannerViewDidReceiveAd:(GADBannerView *)bannerView
- (void)bannerView:(GADBannerView *)bannerView didFailToReceiveAdWithError:(NSError *)error
- (void)bannerViewDidRecordImpression:(GADBannerView *)bannerView
but the following methods are never called:
- (void)bannerViewWillPresentScreen:(GADBannerView *)bannerView
- (void)bannerViewWillDismissScreen:(GADBannerView *)bannerView
- (void)bannerViewDidDismissScreen:(GADBannerView *)bannerView
My understanding is that these methods are called after a banner ad is clicked on occasions as implied by their names.
I am using this: https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/advanced/APIDemo with some changes as the methods are renamed in the new SDK.
|
||||||