Interstitial (required)
Configuration
{
"advertisement": {
"minimumDelayBetweenInterstitial": 60, // minimum delay between interstitials in seconds, default 60
"initialInterstitialDelay": 0, // delay in seconds after game start during which showInterstitial() calls fail
"interstitial": {
"disable": false, // disable interstitials entirely
"preloadOnStart": "level_completed", // placement to preload automatically right after SDK initialization
"placementFallback": "level_completed", // placement used when showInterstitial() is called without one
"placements": [ // map a game-level placement id to native placement ids, keyed by platform id
{ "id": "level_completed", "yandex": "native_placement_id" }
]
}
}
}Is Interstitial Supported

Minimum Interval Between Displays
Interstitial State

Show Interstitial

Last updated