Remote Ads Configuration - Interstitials
| Name | Oboarding | Ad Action | Policy Description | Value | Default Value |
|---|---|---|---|---|---|
| interstitial_preload_onboarding_boot_delay | ✅ | Preload | Wait X amount of seconds before performing the Ad Action | integer | 0 |
| interstitial_show_onboarding_finish_levels | ✅ | Show | Ad action can be performed after X amount of levels have been completed since the game startup | integer | 0 |
| interstitial_show_onboarding_boot_delay | ✅ | Show | Wait X amount of seconds before performing the Ad Action | integer | 300 |
| interstitial_preload_boot_delay | Preload | Wait X amount of seconds before performing the Ad Action | integer | 0 | |
| interstitial_enable | Preload, Show | Completely turns off or on all of the Ad Actions: preload/load/show. Does not support segmentation (changing the value during gameplay is not fully supported) | boolean | true | |
| interstitial_show_frequency_levels | Show | Ad action can be performed every X amount of levels completed | integer | 0 | |
| interstitial_show_finish_levels | Show | Ad action can be performed after X amount of levels have been completed since the game startup | integer | 0 | |
| interstitial_show_levels_after_rv | Show | Ad action can be performed X amount of levels completed after last ad impression of type Y | integer | 0 | |
| interstitial_show_delay_after_rv | Show | Ad action can be performed X amount of seconds after last ad impression of type Y | integer | 90 | |
| interstitial_show_frequency_seconds | Show | Ad action can be performed every X seconds | integer | 90 | |
| interstitial_show_boot_delay | Show | Wait X amount of seconds before performing the Ad Action | integer | 0 |
Examples
- Fully disable interstitials from loading and showing
- Set
interstitial_enabletofalse
- Set
- Start loading interstitials after 60 seconds gameplay
- Set
interstitial_preload_onboarding_boot_delayto 60 — only for very first player session (onboarding) - Set
interstitial_preload_boot_delayto 60 for consecutive sessions
- Set
- Block interstitials from showing until 60 seconds gameplay elapsed (although loaded at game start)
- Set
interstitial_show_onboarding_boot_delayto 60
- Set
- Start loading interstitials after 30 gameplay seconds and enable showing them after level 5 for the very first game run (onboarding)
- Set
interstitial_preload_onboarding_boot_delayto 30 - Set
interstitial_show_onboarding_finish_levelsto 5
- Set