addVideoInterstitialConfiguration

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

autoRefreshMillis

Ad auto refresh timer (default = 30000 millis / 30 seconds)

isCapped

If ad is capped (default = false)

adAmountPerTimeSlot

Capping amount of ads per time slot (default = 1)

timeSlotSize

Size of the time slot (default = 3600000 millis / 1 hour)

keywords

this is for adding specific keywords to the unit

unitFPID

this is for adding specific first party data to the unit