Stay organized with collections
Save and categorize content based on your preferences.
GoogleMobileAds.Api.AdManager.AdManagerInterstitialAd
A full page ad experience at natural transition points, such as a page change or an app launch for Google Ad Manager publishers.
Summary
Interstitials use a close button that removes the ad from the user's experience.
Inheritance
Inherits from:
GoogleMobileAds.Api.InterstitialAdEvents
OnAppEventReceived
Action< AppEvent > OnAppEventReceived
Raised when the app receives an event from the interstitial ad.
Public static functions
IsAdAvailable
new bool IsAdAvailable(
string adUnitId
)
Verify if an ad is preloaded and available to show.
Details |
Parameters |
adUnitId
|
The ad Unit Id of the ad to verify.
|
|
PollAd
new InterstitialAd PollAd(
string adUnitId
)
Returns the next pre-loaded interstitial ad and null if no ad is available.
Details |
Parameters |
adUnitId
|
The ad Unit ID of the ad to poll.
|
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["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\u003eAdManagerInterstitialAd\u003c/code\u003e displays full-page ads at natural transition points in an app, such as page changes or app launches, specifically for Google Ad Manager publishers.\u003c/p\u003e\n"],["\u003cp\u003eInterstitial ads utilize a close button, enabling users to dismiss the ad and continue their app experience.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLoad\u003c/code\u003e function initiates the process of loading an AdManager interstitial ad using the provided ad unit ID and ad request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOnAppEventReceived\u003c/code\u003e event is triggered when the application receives an event, such as a custom event, from the displayed interstitial ad.\u003c/p\u003e\n"]]],["AdManagerInterstitialAd provides full-page ads for Google Ad Manager publishers, triggered at natural app transitions. Ads include a close button. Key actions involve verifying ad availability via `IsAdAvailable`, loading ads with `Load` (using ad unit ID and `AdRequest`), and retrieving pre-loaded ads using `PollAd`. The `OnAppEventReceived` event triggers when the app gets an ad event. The user will also need to add an adUnitId for each ad they wish to use.\n"],null,["# GoogleMobileAds.Api.AdManager.AdManagerInterstitialAd Class Reference\n\nGoogleMobileAds.Api.AdManager.AdManagerInterstitialAd\n=====================================================\n\nA full page ad experience at natural transition points, such as a page change or an app launch for Google Ad Manager publishers.\n\nSummary\n-------\n\nInterstitials use a close button that removes the ad from the user's experience.\n\n### Inheritance\n\nInherits from: [GoogleMobileAds.Api.InterstitialAd](/admob/unity/reference/class/google-mobile-ads/api/interstitial-ad)\n\n| ### Events ||\n|-----------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [OnAppEventReceived](#class_google_mobile_ads_1_1_api_1_1_ad_manager_1_1_ad_manager_interstitial_ad_1afd58fb38424b1e6f0e507d4e8519057e) | `Action\u003c `[AppEvent](/admob/unity/reference/class/google-mobile-ads/api/ad-manager/app-event#class_google_mobile_ads_1_1_api_1_1_ad_manager_1_1_app_event)` \u003e` Raised when the app receives an event from the interstitial ad. |\n\n| ### Public static functions ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [IsAdAvailable](#class_google_mobile_ads_1_1_api_1_1_ad_manager_1_1_ad_manager_interstitial_ad_1a0a035a474520b921bc49a12f22db4023)`(string adUnitId)` | `new bool` Verify if an ad is preloaded and available to show. |\n| [Load](#class_google_mobile_ads_1_1_api_1_1_ad_manager_1_1_ad_manager_interstitial_ad_1a5b0a38b78b3be0d6e05c91d1632e2a43)`(string adUnitId, `[AdRequest](/admob/unity/reference/class/google-mobile-ads/api/ad-request#class_google_mobile_ads_1_1_api_1_1_ad_request)` request, Action\u003c `[AdManagerInterstitialAd](/admob/unity/reference/class/google-mobile-ads/api/ad-manager/ad-manager-interstitial-ad#class_google_mobile_ads_1_1_api_1_1_ad_manager_1_1_ad_manager_interstitial_ad)`, `[LoadAdError](/admob/unity/reference/class/google-mobile-ads/api/load-ad-error#class_google_mobile_ads_1_1_api_1_1_load_ad_error)` \u003e adLoadCallback)` | `void` Loads an [AdManager](/admob/unity/reference/namespace/google-mobile-ads/api/ad-manager#namespace_google_mobile_ads_1_1_api_1_1_ad_manager) interstitial ad. |\n| [PollAd](#class_google_mobile_ads_1_1_api_1_1_ad_manager_1_1_ad_manager_interstitial_ad_1a95541932b6f36f57302ffbf72e83cd7b)`(string adUnitId)` | `new `[InterstitialAd](/admob/unity/reference/class/google-mobile-ads/api/interstitial-ad#class_google_mobile_ads_1_1_api_1_1_interstitial_ad) Returns the next pre-loaded interstitial ad and null if no ad is available. |\n\nEvents\n------\n\n### OnAppEventReceived\n\n```c#\nAction\u003c AppEvent \u003e OnAppEventReceived\n``` \nRaised when the app receives an event from the interstitial ad.\n\nPublic static functions\n-----------------------\n\n### IsAdAvailable\n\n```c#\nnew bool IsAdAvailable(\n string adUnitId\n)\n``` \nVerify if an ad is preloaded and available to show.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|-----------------------------------------------------------------------------------------------------------|\n| Parameters | |------------|-------------------------------------| | `adUnitId` | The ad Unit Id of the ad to verify. | |\n\n### Load\n\n```c#\nvoid Load(\n string adUnitId,\n AdRequest request,\n Action\u003c AdManagerInterstitialAd, LoadAdError \u003e adLoadCallback\n)\n``` \nLoads an [AdManager](/admob/unity/reference/namespace/google-mobile-ads/api/ad-manager#namespace_google_mobile_ads_1_1_api_1_1_ad_manager) interstitial ad. \n\n### PollAd\n\n```c#\nnew InterstitialAd PollAd(\n string adUnitId\n)\n``` \nReturns the next pre-loaded interstitial ad and null if no ad is available.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|-------------------------------------------------------------------------------------------------------|\n| Parameters | |------------|-----------------------------------| | `adUnitId` | The ad Unit ID of the ad to poll. | |"]]