File size: 1,504 Bytes
b21a4d3 | 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 | ## FAQ
__What exactly is included in this feature?__
Here is the complete list of features that are included in this project:
* Define new Alert ("Big drop in purchases")
* Select a website on which the Alert is defined
* Receive an alert by email (email will contain Alert description + link to Matomo dashboard URL for the given website ID and period).
* Receive an alert by SMS (SMS will contain the Alert description and numbers that triggered the Alert)
* Receive an alert by Slack (Slack post will contain the Alert description and numbers that triggered the Alert)
* Select the Alert period: should it be daily, weekly or monthly?
* Select the report (Websites, Keywords, Countries, general stats)
* Define Metrics (visits, page view, avg. visit duration, Goal 1 conversions, total goal conversions, etc.)
* Define the Alert: when Visits decrease 50%, when purchases are more than 50 per day, etc.
__What reports are available to the Alert system?__
You can create an alert for any available report in Matomo. Plugins can define new reports which will be automatically picked up by Alerts.
__What alert conditions are available?__
You can create alerts for the following metrics:
* Visits, Visits Evolution, Unique Visits
* Actions, Action Evolution
* Pageviews, Pageviews Evolution
* Time on page
* Bounce rate
* Goal revenue
* Downloads
* and many more..
To define the condition you can select the conditions:
* Greater than, less than
* Equal, Not Equal
* Percentage increase/decrease |