add Video Interstitial Configuration
fun addVideoInterstitialConfiguration(configurationId: String, videoInterstitialUnitId: String, videoInterstitialConfigId: String, autoRefreshMillis: Int = 30000, isCapped: Boolean = false, adAmountPerTimeSlot: Int = 1, timeSlotSize: Long = 3600000, keywords: List<String>? = null, unitFPID: Map<String, Set<String>>? = null): ConfigBuilder
Add an video interstitial configuration to the sdk er
Return
ConfigBuilder after caching this configuration
Parameters
auto Refresh Millis
Ad auto refresh timer (default = 30000 millis / 30 seconds)
is Capped
If ad is capped (default = false)
ad Amount Per Time Slot
Capping amount of ads per time slot (default = 1)
time Slot Size
Size of the time slot (default = 3600000 millis / 1 hour)
keywords
this is for adding specific keywords to the unit
unit FPID
this is for adding specific first party data to the unit