-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCustomAlerts.getAlerts.xml
More file actions
53 lines (53 loc) · 1.24 KB
/
CustomAlerts.getAlerts.xml
File metadata and controls
53 lines (53 loc) · 1.24 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
<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
<idalert>1</idalert>
<name>Test Alert</name>
<login>someUserName</login>
<period>day</period>
<report>VisitsSummary_get</report>
<report_condition />
<report_matched />
<report_mediums>
<row>email</row>
</report_mediums>
<metric>nb_uniq_visitors</metric>
<metric_condition>greater_than</metric_condition>
<metric_matched>500</metric_matched>
<compared_to>7</compared_to>
<email_me>1</email_me>
<additional_emails>
</additional_emails>
<phone_numbers>
</phone_numbers>
<slack_channel_id />
<id_sites>
<row>1</row>
</id_sites>
</row>
<row>
<idalert>2</idalert>
<name>Test Visit Drop Previous Day</name>
<login>someUserName</login>
<period>day</period>
<report>VisitsSummary_get</report>
<report_condition />
<report_matched />
<report_mediums>
<row>email</row>
</report_mediums>
<metric>nb_uniq_visitors</metric>
<metric_condition>percentage_decrease_more_than</metric_condition>
<metric_matched>20</metric_matched>
<compared_to>1</compared_to>
<email_me>1</email_me>
<additional_emails>
</additional_emails>
<phone_numbers>
</phone_numbers>
<slack_channel_id />
<id_sites>
<row>1</row>
</id_sites>
</row>
</result>