Questions

How can I implement analytics on a hardware product that runs offline most of time?

My company is manufacturing a hardware solution that runs a software on a desktop computer (windows) that is taken to live shows. It basically creates a network within different components to make it work. We would like to track what features of the software are the most used, but because this hardware is most of the time offline and updates happen once a year so this might be complicated.

4answers

What I usually do with my team is to store the data locally until the machine connects to the web and then push it to the cloud at that point. The data won't be live but at least it will appear once the PC is online.

Makes sense?


Answered 9 years ago

Have the software keep track of things while offline, and store the information in a file. Have the software detect when an internet connection is available, and when it is, upload the data to your server. Put a max memory limit on the data file stored offline so that your software starts overwriting the old data if too long has passed since the last online session.


Answered 8 years ago

You could also consider sending the data directly to Google Analytics if you are already familiar/using the platform; the API might help you correlate data with website visitors, but this is a really ambiguous question without more information than 'hardware used in venues/real world events'... if there's no direct internet access available to be wired to the machine, you could easily give it a mobile-data card with the cell services that let you share data plans to multiple devices.


Answered 8 years ago

Put a code in the software that requires the user to update the software once a month or whatever interval you want. Have them accept permission to send useage info.


Answered 7 years ago

Unlock Startups Unlimited

Access 20,000+ Startup Experts, 650+ masterclass videos, 1,000+ in-depth guides, and all the software tools you need to launch and grow quickly.

Already a member? Sign in

Copyright © 2024 Startups.com LLC. All rights reserved.