first commit
This commit is contained in:
47
config_enhanced_ads.json
Normal file
47
config_enhanced_ads.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"proxy": {
|
||||
"host": "your-proxy-host.com",
|
||||
"port": "823",
|
||||
"username": "your-username",
|
||||
"password": "your-password"
|
||||
},
|
||||
"targets": {
|
||||
"main_site": "https://game.586vip.cn/",
|
||||
"game_page": "https://game.586vip.cn/games/2048/index.html"
|
||||
},
|
||||
"settings": {
|
||||
"default_visits": 20,
|
||||
"min_delay": 30,
|
||||
"max_delay": 120,
|
||||
"main_site_stay_time": [25, 60],
|
||||
"game_page_stay_time": [30, 90]
|
||||
},
|
||||
"ad_settings": {
|
||||
"enable_close_button_clicks": true,
|
||||
"close_button_probability": 0.75,
|
||||
"mobile_device_probability": 0.85,
|
||||
"ad_annoyance_factor": 0.8,
|
||||
"real_user_behavior": true
|
||||
},
|
||||
"supported_ad_types": [
|
||||
"popup",
|
||||
"interstitial",
|
||||
"banner",
|
||||
"native",
|
||||
"side",
|
||||
"bottom"
|
||||
],
|
||||
"user_behavior_config": {
|
||||
"find_close_button_time": [0.5, 2.5],
|
||||
"think_time": [2, 5],
|
||||
"reaction_time": [1, 3],
|
||||
"click_delay": [0.2, 0.8],
|
||||
"relief_time": [0.5, 1.5]
|
||||
},
|
||||
"game_specific": {
|
||||
"pre_game_ad_skip_rate": 0.7,
|
||||
"mid_game_ad_close_rate": 0.8,
|
||||
"post_game_ad_close_rate": 0.5,
|
||||
"game_play_time": [30, 90]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user