-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtest_settings_file.json
61 lines (59 loc) · 1.58 KB
/
test_settings_file.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
{
"sdkKey": "some_unique_key",
"campaigns": [
{
"percentTraffic": 100,
"goals": [
{
"identifier": "ddd",
"id": 453,
"type": "CUSTOM_GOAL"
}
],
"variations": [
{
"id": 1,
"name": "Control",
"changes": {
},
"weight": 50
},
{
"id": 2,
"name": "Variation-1",
"changes": {
},
"weight": 50
}
],
"id": 174,
"segments": {
"and": [
{
"or": [
{
"custom_variable": {
"a": "wildcard(*123*)"
}
}
]
},
{
"or": [
{
"custom_variable": {
"hello": "regex(world)"
}
}
]
}
]
},
"key": "T_100_W_50_50_WS",
"status": "RUNNING",
"type": "VISUAL_AB"
}
],
"accountId": 88888888,
"version": 1
}