add Interstitial Configuration
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
configuration Id
Configuration ID
interstitial Unit Id
unit id from the manager
interstitial Config Id
config id from the manager
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