|Description=Represent an Event object that has three parameters: timestamp, event and data. It can be used by AddEvent and AddEventBatch to add an event for the analytics tracking. Some metrics to analyze the navigation and behavior could generated by this values in the MIB Tools.
An important key can be optional set in the Data parameter. The '''context:true|/false''' key set if the user data will be obtained from the token or it will be sent with the other parameter to the AddEvent method.If the context is set to true, all values will be obtained from the token param. If the context is set to false, all key:value should be sent in the data parameter, as USERID, COUNTRY, etc. By default, the context could be omitted and the default value is true.
|Members=