[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGADAppEventDelegate\u003c/code\u003e protocol enables your app to respond to app events sent from Google Mobile Ads SDK.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods that are called when banners or interstitials receive app events, delivering the event name and optional information.\u003c/p\u003e\n"],["\u003cp\u003eThese methods allow developers to implement custom logic based on specific app events triggered within their ads.\u003c/p\u003e\n"]]],[],null,["# GoogleMobileAds Framework Reference\n\nGADAppEventDelegate\n===================\n\n @protocol GADAppEventDelegate \u003cNSObject\u003e\n\nImplement your app event within these methods. The delegate will be notified when the SDK\nreceives an app event message from the ad.\n- `\n ``\n ``\n `\n\n ### [-adView:didReceiveAppEvent:withInfo:](#/c:objc(pl)GADAppEventDelegate(im)adView:didReceiveAppEvent:withInfo:)\n\n `\n ` \n Called when the banner receives an app event. \n\n #### Declaration\n\n Swift \n\n optional func adView(_ banner: ../Classes/GADBannerView.html, didReceiveAppEvent name: String, with info: String?)\n\n Objective-C \n\n - (void)adView:(nonnull ../Classes/GADBannerView.html *)banner\n didReceiveAppEvent:(nonnull NSString *)name\n withInfo:(nullable NSString *)info;\n\n- `\n ``\n ``\n `\n\n ### [-interstitialAd:didReceiveAppEvent:withInfo:](#/c:objc(pl)GADAppEventDelegate(im)interstitialAd:didReceiveAppEvent:withInfo:)\n\n `\n ` \n Called when the interstitial receives an app event. \n\n #### Declaration\n\n Swift \n\n optional func adView(_ interstitialAd: ../Classes/GADInterstitialAd.html, didReceiveAppEvent name: String, with info: String?)\n\n Objective-C \n\n - (void)interstitialAd:(nonnull ../Classes/GADInterstitialAd.html *)interstitialAd\n didReceiveAppEvent:(nonnull NSString *)name\n withInfo:(nullable NSString *)info;"]]