In EMMA, events are used to identify the behavior and actions of users within an application. The same user can have an infinite number of repetitions for each event created.
You decide how you want to measure this behavior by delimiting the number and type of
events you want to measure.
In EMMA there are two different types of events. Default events and custom events.
EMMA defines as default events those basic events that are common to all applications, and that are automatically created when EMMA integration is performed.
The following is the list of default events that will automatically appear in EMMA when the corresponding integration methods are used.
These are all those actions or sections within the application that are unique to your application. There are two main types of actions and they will result in the majority of all your custom events:
Note that it is also possible that you send a custom event with attributes or properties.
For example, let's suppose that in our application we have a section that is a blog in which we show different posts. If we want to know which posts users access we will have to:
To integrate custom events in your application and measure them with EMMA, the first thing to do is to create those events in EMMA. By creating an event in EMMA we will obtain a token that is necessary and essential for its implementation in the application code. You can create up to 512 custom events per application.
See our integration guides for more information on how to integrate custom events. Next, we will see in detail how to create, edit and delete events.
In order to integrate a custom event in the application and measure it with EMMA, the first
thing you need to do is to register it in EMMA. To do this, you need to:
Once we have created all the events we want to measure with EMMA, we can access Management > Events as many times as we need to create new events, edit, manage or delete existing events.
From this screen, we can see in a table all the events that we have registered. In this table we can see the following information:
In addition, next to the event name we can see some icons.
You can edit an event at any time by going back to Management > Events and selecting the Edit option in the context menu to the left of the name:
Changes in the fields of your event do not affect the event token that has already been generated. You can modify any field in the event configuration, but it is important to note that if the token is modified it is necessary to change it in the application code as well. Ourrecommendation is not to modify the token field once the event is implemented in the application.
Once you click on the Edit Event button the changes will be applied to the event in question.
When the events have been implemented in the application code, EMMA will record the information and show it to you in the Explorer screen.
To delete an event, select the Delete option from the context menu:
EMMA will ask you if you are sure to delete the event and once confirmed, it will be automatically deleted from your account: