-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexp.json
71 lines (71 loc) · 1.79 KB
/
exp.json
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
{
"id": "2021-12_soundboard",
"defaultConfig": {
"allowSoundboard": false,
"showVolumeEducationTooltip": false
},
"rollout": {
"revision": 7,
"populations": [
{
"position": [
{
"treatment": "Treatment 1: Soundboard on",
"bucket": 1,
"rollouts": [{ "start": 0, "end": 10000 }]
}
],
"filters": [{ "type": "feature", "features": ["SOUNDBOARD"] }]
},
{
"position": [
{
"treatment": "None",
"bucket": -1,
"rollouts": [{ "start": 0, "end": 10000 }]
}
],
"filters": [{ "type": "feature", "features": ["COMMUNITY"] }]
},
{
"position": [
{
"treatment": "None",
"bucket": -1,
"rollouts": [
{ "start": 0, "end": 2900 },
{ "start": 3900, "end": 10000 }
]
},
{
"treatment": "Treatment 3: Control (soundboard off)",
"bucket": 3,
"rollouts": [{ "start": 2900, "end": 3400 }]
},
{
"treatment": "Treatment 4: Soundboard on w/ volume tooltip",
"bucket": 4,
"rollouts": [{ "start": 3400, "end": 3900 }]
}
],
"filters": [
{ "type": "member_count", "range": { "start": 1, "end": 50 } }
]
}
],
"overrides": [],
"overrides_formatted": []
},
"hash": 2433109164,
"creationDate": 1642644528,
"type": "guild",
"title": "Soundboard",
"description": [
"Control",
"Treatment 1: Soundboard on",
"Treatment 2: Soundboard on",
"Treatment 3: Control (soundboard off)",
"Treatment 4: Soundboard on w/ volume tooltip"
],
"buckets": [0, 1, 2, 3, 4]
}