Files
shualiangv1/monetag_config.json
huangzhenpc cba3421b2c MonetTag专用刷量机器人版本
-  新增MonetTag专用刷量机器人 (monetag_bot.py)
-  添加MonetTag专用配置文件 (monetag_config.json)
-  添加一键启动脚本 (run_monetag_bot.bat)
-  添加详细使用说明 (MonetTag刷量机器人使用说明.md)
-  删除通用广告机器人文件(改为专用版本)

核心特性:
-  Zone ID: 157708
-  点击率控制: 10%
-  美国IP代理支持
-  手机端优先 (90%)
-  支持5种广告类型
-  展示量+点击量双重刷量
2025-07-18 14:43:23 +08:00

58 lines
1.5 KiB
JSON

{
"target_website": "https://your-website.com",
"proxy": {
"enabled": false,
"host": "us-proxy.example.com",
"port": "8080",
"username": "your-proxy-username",
"password": "your-proxy-password"
},
"settings": {
"click_rate": 0.10,
"mobile_rate": 0.90,
"us_traffic_rate": 1.0,
"visits_per_hour": 100,
"min_delay": 30,
"max_delay": 90
},
"monetag": {
"zone_id": "157708",
"base_domain": "fpyf8.com",
"sw_domain": "aiharsoreersu.net",
"ad_types": {
"push_notifications": {
"enabled": true,
"weight": 0.2,
"click_rate": 0.12
},
"vignette_banner": {
"enabled": true,
"weight": 0.25,
"click_rate": 0.08
},
"native_banner": {
"enabled": true,
"weight": 0.2,
"click_rate": 0.15
},
"in_page_push": {
"enabled": true,
"weight": 0.2,
"click_rate": 0.10
},
"onclick_popunder": {
"enabled": true,
"weight": 0.15,
"click_rate": 0.05
}
}
},
"advanced": {
"request_timeout": 10,
"max_retries": 3,
"retry_delay": 2,
"user_agent_rotation": true,
"device_fingerprinting": true,
"real_browser_headers": true
}
}