Table of Contents

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
    1. Set interstitial_enable to false
  • Start loading interstitials after 60 seconds gameplay
    1. Set interstitial_preload_onboarding_boot_delay to 60 — only for very first player session (onboarding)
    2. Set interstitial_preload_boot_delay to 60 for consecutive sessions
  • Block interstitials from showing until 60 seconds gameplay elapsed (although loaded at game start)
    1. Set interstitial_show_onboarding_boot_delay to 60
  • Start loading interstitials after 30 gameplay seconds and enable showing them after level 5 for the very first game run (onboarding)
    1. Set interstitial_preload_onboarding_boot_delay to 30
    2. Set interstitial_show_onboarding_finish_levels to 5