Table of Contents

Remote Ads Configuration - Banners

Name Onboarding Ad Action Policy Description Value Default Value
banner_preload_onboarding_boot_delay Preload Wait X amount of seconds before performing the Ad Action integer 0
banner_show_onboarding_boot_delay Show Wait X amount of seconds before performing the Ad Action integer 400
banner_preload_boot_delay Preload Wait X amount of seconds before performing the Ad Action integer 0
banner_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

Examples

  • Fully disable banners from loading and showing
    1. Set banner_enable to false
  • Block banners from showing until 60 seconds gameplay elapsed (although loaded at game start)
    1. Set banner_show_onboarding_boot_delay to 60
  • Start loading banners at second 30 of gameplay and start showing them at second 60
    1. Set banner_preload_onboarding_boot_delay to 30
    2. Set banner_show_onboarding_boot_delay to 60