-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.sample.json
More file actions
75 lines (75 loc) · 1.44 KB
/
Copy pathconfig.sample.json
File metadata and controls
75 lines (75 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"storage": {
"backend": "sqlite",
"path": "appscope.db"
},
"tracking": {
"countries": [
"us",
"gb",
"de",
"fr",
"in",
"br",
"jp"
],
"categories": [
"all",
"GAME",
"PRODUCTIVITY",
"SOCIAL",
"TOOLS"
],
"apps": [
"com.example.app",
"284882215"
]
},
"estimator": {
"min_anchors_for_medium": 5,
"band_factor_low": 3.0,
"band_factor_medium": 1.8,
"store_cut": "small_business",
"bucket_tolerance": 1.25
},
"ads": {
"sources": [
"meta",
"google"
],
"tiktok_enabled": false
},
"creators": {
"sources": [
"youtube"
],
"tiktok_enabled": false,
"min_confidence": 0.6,
"brand_hashtags_by_app": {}
},
"federation": {
"dataset_repo": "https://huggingface.co/datasets/Ahad690/app-rank-anchors",
"auto_contribute": false,
"min_new_on_refresh": 50,
"max_corrupt_ratio": 0.25,
"pinned_revision": null,
"max_rows_per_pr": 2000,
"abuse": {
"max_rank": 2000,
"max_window_days": 365,
"max_monthly_downloads": 100000000,
"min_unique_ratio": 0.5,
"outlier_factor": 10,
"outlier_min_rows": 3
},
"contribute_reminder": true
},
"schedule": {
"daily_hour_utc": 6
},
"keys": {
"meta_ad_library_token_env": "META_AD_TOKEN",
"youtube_api_key_env": "YOUTUBE_API_KEY",
"hf_token_env": "HF_TOKEN"
}
}