For more information about the behavior, see [[AddEvent]] method.
NOTE: If needed send a batch information, attempt that the event name is the name that will group the information and the timestamp represent only one moment for all data sent. In other word, when defined a event name, a group of data should be defined.
To create another batch entry is necessary to create a new queue to group the other data under the new name of the event but controlled by the client side App.
For example: If wants to send three groups of data and it has different name. The application should control the order to sent that.
First batch:
- Timstamp: { now }
- Event: DetailsNavigation
- Data: { object with information }
Second batch
- Timstamp: { now }
- Event: RentProcess
- Data: { object with information }
Third batch
- Timstamp: { now }
- Event: WatchingXperience
- Data: { object with information }
|Parameters=