Open alexanderdean opened 9 years ago
Batching in Mobile is done using an upper Byte maximum. During POSTing we build a POST up until this limit and then send it off. However if any single event exceeds the limit (GET & POST) we will send it but will not check whether or not the event got there successfully.
The defaults for this are around the ~50000 bytes mark.
Similar to how the JavaScript or mobile trackers work. This should also include batching of events when using
POST
.@jbeemster - could you update this ticket with what batching configuration options the Android tracker has?