Google Ad Manager interstitial ad, a full-screen advertisement shown at natural
transition points in your application such as between game levels or news stories.
[[["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\u003e\u003ccode\u003eGAMInterstitialAd\u003c/code\u003e displays full-screen advertisements at natural transition points within your application.\u003c/p\u003e\n"],["\u003cp\u003eIt can be loaded using an Ad Manager ad unit ID and an optional \u003ccode\u003eGAMRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eAn optional delegate, \u003ccode\u003eappEventDelegate\u003c/code\u003e, can be set to receive notifications when creatives send app events.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eloadWithAdUnitID:request:completionHandler:\u003c/code\u003e method is unavailable and undocumented.\u003c/p\u003e\n"]]],[],null,["# GoogleMobileAds Framework Reference\n\nGAMInterstitialAd\n=================\n\n\n @interface GAMInterstitialAd : ../Classes/GADInterstitialAd.html\n\nGoogle Ad Manager interstitial ad, a full-screen advertisement shown at natural\ntransition points in your application such as between game levels or news stories.\n- `\n ``\n ``\n `\n\n ### [appEventDelegate](#/c:objc(cs)GAMInterstitialAd(py)appEventDelegate)\n\n `\n ` \n Optional delegate that is notified when creatives send app events. \n\n #### Declaration\n\n Swift \n\n weak var appEventDelegate: (any AppEventDelegate)? { get set }\n\n Objective-C \n\n @property (nonatomic, weak, nullable) id\u003c../Protocols/GADAppEventDelegate.html\u003e appEventDelegate;\n\n- `\n ``\n ``\n `\n\n ### [+loadWithAdManagerAdUnitID:request:completionHandler:](#/c:objc(cs)GAMInterstitialAd(cm)loadWithAdManagerAdUnitID:request:completionHandler:)\n\n `\n ` \n Loads an interstitial ad. \n\n #### Declaration\n\n Swift \n\n class func load(with adUnitID: String, request: AdManagerRequest?) async throws -\u003e AdManagerInterstitialAd\n\n Objective-C \n\n + (void)loadWithAdManagerAdUnitID:(nonnull NSString *)adUnitID\n request:(nullable ../Classes/GAMRequest.html *)request\n completionHandler:\n (nonnull ../Type-Definitions.html#/c:GAMInterstitialAd.h@T@GAMInterstitialAdLoadCompletionHandler)\n completionHandler;\n\n #### Parameters\n\n |---------------------------|---------------------------------------------------------------------|\n | ` `*adUnitID*` ` | An ad unit ID created in the Ad Manager UI. |\n | ` `*request*` ` | An ad request object. If nil, a default ad request object is used. |\n | ` `*completionHandler*` ` | A handler to execute when the load operation finishes or times out. |\n\n- `\n ``\n ``\n `\n\n ### [+loadWithAdUnitID:request:completionHandler:](#/c:objc(cs)GAMInterstitialAd(cm)loadWithAdUnitID:request:completionHandler:)\n\n `\n ` \n Unavailable \n Undocumented \n\n #### Declaration\n\n Objective-C \n\n + (void)loadWithAdUnitID:(nonnull NSString *)adUnitID\n request:(nullable ../Classes/GADRequest.html *)request\n completionHandler:\n (nonnull ../Type-Definitions.html#/c:GADInterstitialAd.h@T@GADInterstitialAdLoadCompletionHandler)completionHandler;"]]