Add TapADN smart preload attribution

This commit is contained in:
2026-06-05 21:44:35 +08:00
parent c21bdec3fe
commit fd98a7f541
48 changed files with 9441 additions and 18 deletions

View File

@@ -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
}
]
}