- The eventData is the object that has all information storage about the action. Also, is storage the time that the event was generated, the name of the event would be grouped and all the other data about the event, like the pressed button, time recurred, position of navigation, and others. All values sent in the Data should be sent in key:value format separated by comma.
NOTE: Each pair will create a new column in the table of Mongo data base, so if a new information from a new section is needed, just add the request to the event AddEvent and it start recording.