html - Add analytics to a desktop application -
i have developed desktop application using html 5 , node web-kit .
i track parts of app , such how long used , clicks ect.
i analytics system work both on , offline (storing data until on-line).
is there use this?
the google measurement protocol allows track can send http request. need generate unqiue client id group pageviews session (the part done javascript tracker not you) , can choose between various interaction types , related data added parameters in request google analytics server.
as far offline capabilites, there "queue time" parameter allows send delayed calls ga. per documentation delay 4 hours @ (intended smartphones , tablets temporarily lose connection rather work permanently offline).
in end depends data need - might send calls own server , log them in csv file , feed klipfolio or other dashboard solution (or use excel if expect low data volume).
Comments
Post a Comment