ePrivacy and GPDR Cookie Consent by Cookie Consent Skip to main content

User Interface

 

 

 

Monitoring tab, Detail tab, Set Alerts

Alerts tab

Users tab

Trash tab

User Settings tab  

 

Meiro Events Monitoring displays collected events from Meiro Events SDKs across all data sources. It monitors activity within the last 1 hour. 

It is also possible to set alerts on specific events in case the event does not occur within a particular time interval. 

 

1. Monitoring tab

The monitoring tab displays events collected within the last 1 hour across all data sources where the SDKs are set. 

Monitoring Dashboard.png

For each data source, it is possible to view:

  • chart showing the number of event types collected across the time within the last 1 hour.
  • list of event types with listed payloads. 

It is possible to view each payload in a separate modal, as well as copy-paste its content. 

payload.png

Detail tab, Set Alerts

After selecting the Detail button, the tab opens for the particular data source, with all event types listed, previews or payloads. It is also possible to set alerts referring to a particular payload. 

To set alerts one needs to provide:

  • email where the alerts will be sent.
  • define the timeframe for the alert.
  • additional rule (optional) with which path alert should/ should not contain and regex. 

 

alerts set.png 

Comma separated path

For object that has other nested objects in it, specify a path to reach some deeply nested property. E.g. if you have an object like this:

{
date: "2021-04-04",
payload: {
customer: {
name: "John Doe",
address: {
city: "Prague",
...
}
}
}
}

 

In this case:

-the path to retrieve the date is: date,

-path to name is payload,customer,name,

-path to city is payload,customer,address,city

 

For arrays of objects, the way to reach an element in the array is through an index:

0 for the first element (arrays are 0-indexed, i.e. the indexing starts at 0), 

1 for the second element

 

For an example below:

path customers,0,name equals "Joe",

customers,1,name equals "Bob" 

 

{
customers: [
{name: "Joe"},
{name: "Bob"},
...
]
}
Regex

Please refer to this article.

 

E.g. For an alert for a pageview not received for the last 1 minute and specify it further to city, Prague:

  • Activity does not occure for less than 1 minute. 
  • Path (that is known from the payload) geo_ip,data,city_name contains Prague

 

2. Alerts tab

Alerts tab displays all alerts set.  It is possible to view:

  • event type and data source.
  • alert condition.
  • emails 

It is also possible to edit or delete alerts.

Alerts tab.png

 

3. Users tab

Users tab displays all the users that have access to the instance, as well as edit their names or delete them.

It is also possible to create a user. 

Users tab.png

4. Trash tab

The Trash tab stores all deleted users, where it is possible to recover them. It is not possible to delete a user, as for security reasons all activities of a user are stored assigned to a particular email. 

Trash.png

5. Users Setting tab

 User Settings tab:

  • allows to edit: email or password.
  • links to user documentation.
  • allows to log out.
  • list location of a server and Meiro Events version.

user settings.png

5. FAQs

Cross- domain tracking For cross-domain tracking SDKs from multiple sides will be visible within the one dashboard. In this way alerts can be set within one dashboard.