addInterstitialConfiguration

fun addInterstitialConfiguration(configurationId: String, interstitialUnitId: String, interstitialConfigId: 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 interstitial configuration to the sdk

Return

ConfigBuilder after caching this configuration

Parameters

configurationId

Configuration ID

interstitialUnitId

unit id from the manager

interstitialConfigId

config id from the manager

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