PDA

View Full Version : Integrating Analytics using QT in desktop application



Nitin Rastogi
7th August 2012, 15:11
Hi All,

I am working on a windows desktop application. Its an tool for online communication.

I need to add Analytics information in my application.

for eg. how many times a button is clicked, how many times a new user account is created etc.

My application is written in QT platfrom.

I would like advise on:
1. Is there any tool ( like Flurry) which can be combined with QT and which can collect such statistics?

2. Is there any module/tool in QT kit which can produce statistics like this?

Any help would be appreciated.

Thanks
nitin rastogi

jschwarz0
13th September 2012, 22:35
we have been using mixpanel for this with good results.
writing the http sender was pretty easy...
jimmy