You've already forked Commercialization.tapadn
Add TapADN smart preload attribution
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"GlobalDefault": {
|
||||
"AdType": -1,
|
||||
"Scene": "__default__",
|
||||
"BaseProbability": 0.08,
|
||||
"PreloadThreshold": 0.75,
|
||||
"CooldownSeconds": 120,
|
||||
"MinSamplesForConfidence": 8,
|
||||
"DecayHalfLifeHours": 72
|
||||
},
|
||||
"ScenePolicies": [
|
||||
{
|
||||
"AdType": 0,
|
||||
"Scene": "reward_debug",
|
||||
"BaseProbability": 0.6,
|
||||
"PreloadThreshold": 0.55,
|
||||
"CooldownSeconds": 90,
|
||||
"MinSamplesForConfidence": 6,
|
||||
"DecayHalfLifeHours": 48
|
||||
},
|
||||
{
|
||||
"AdType": 2,
|
||||
"Scene": "interstitial_debug",
|
||||
"BaseProbability": 0.45,
|
||||
"PreloadThreshold": 0.65,
|
||||
"CooldownSeconds": 90,
|
||||
"MinSamplesForConfidence": 5,
|
||||
"DecayHalfLifeHours": 48
|
||||
},
|
||||
{
|
||||
"AdType": 1,
|
||||
"Scene": "splash_debug",
|
||||
"BaseProbability": 0.25,
|
||||
"PreloadThreshold": 0.7,
|
||||
"CooldownSeconds": 120,
|
||||
"MinSamplesForConfidence": 6,
|
||||
"DecayHalfLifeHours": 48
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user