Table of Contents

Remote Ads Configuration - Rewarded Videos

Name Onboarding Ad Action Policy Description Value Default Value
rv_preload_onboarding_boot_delay Preload Wait X amount of seconds before performing the Ad Action integer 0
rv_preload_boot_delay Preload Wait X amount of seconds before performing the Ad Action integer 0
rv_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
rv_show_impr_limit_time_cooldown Show Ad Action cannot be performed for X seconds after this ad type reached rv_show_impr_limit impressions integer 300
rv_show_impr_limit Show Ad Action cannot be performed for rv_show_impr_limit_time_cooldown seconds after this ad type reached X impressions integer 50

Examples

  • Fully disable rewarded videos from loading and showing
    1. Set rv_enable to false
  • Start loading rewarded videos after 60 seconds gameplay
    1. Set rv_preload_onboarding_boot_delay to 60 — only for very first player session (onboarding)
    2. Set rv_preload_boot_delay to 60 for consecutive sessions
  • Limit rewarde video displays to 10 and after that, only allow other batch of 10 rewarded videos to be shown after 120 seconds
    1. Set rv_show_impr_limit_time_cooldown to 120
    2. Set rv_show_impr_limit to 10