-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCustomAlerts.getAlerts.json
More file actions
48 lines (48 loc) · 1.01 KB
/
CustomAlerts.getAlerts.json
File metadata and controls
48 lines (48 loc) · 1.01 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
[
{
"idalert": 1,
"name": "Test Alert",
"login": "someUserName",
"period": "day",
"report": "VisitsSummary_get",
"report_condition": null,
"report_matched": null,
"report_mediums": [
"email"
],
"metric": "nb_uniq_visitors",
"metric_condition": "greater_than",
"metric_matched": 500,
"compared_to": 7,
"email_me": 1,
"additional_emails": [],
"phone_numbers": [],
"slack_channel_id": null,
"id_sites": [
1
]
},
{
"idalert": 2,
"name": "Test Visit Drop Previous Day",
"login": "someUserName",
"period": "day",
"report": "VisitsSummary_get",
"report_condition": null,
"report_matched": null,
"report_mediums": [
"email"
],
"metric": "nb_uniq_visitors",
"metric_condition": "percentage_decrease_more_than",
"metric_matched": 20,
"compared_to": 1,
"email_me": 1,
"additional_emails": [],
"phone_numbers": [],
"slack_channel_id": null,
"id_sites": [
1
]
}
]