Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We are developing an android app, and i need some analtyics to track usage patterns in real-time. I tested serveral analytics and found out that most like google and Flury cannot work in real-time, and so far the fastest real-time android analtyics I tried seems Includeapp.

Do anyone have actual experience using the Includeapp API for this purpose? for example, is it best to track fewer events to speed up things, etc..?

jerry q.

share|improve this question

1 Answer

up vote 0 down vote accepted

Includeapp tracker engine is flexible enough to track hundreds of events in real-time. Experimentally, the best case scenario with say 100 events of events per second is a round-trip time of about 100-200 milliseconds. The worse case scenario, with several hundred events is less than 4-5 seconds end-to-end.

share|improve this answer
is this true regardless of the type of android device? also, what if my app needs mostly 100 events but there are parts of the code that it tracks 1000 events? do you think it's best to limit the amount? – user637913 Mar 1 '11 at 23:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.