views:

169

answers:

1

I need to track individual page views on my webOS app, something akin to Google Analytics. I understand that tracking on web apps may be barebones, but anything is better than nothing. Does anyone know of an analytics tool for webOS, or one that is compatible?

The nice to haves are: support for offline mode, minimal use of bandwidth, and custom variables.

+1  A: 

As far as I know, there is no clean set of tools for what you want. However, logging and framework_config.json combined allow you to at least gather your data. I'm sure you could add something to allow your clients to upload this usage data. You probably should not do this without their consent though.

In addition, there might be some low level system you could hook into. You may have seen this article about the data the palm pre sends home (to palm) on a regular basis. However, AFAIK there are no public hooks for this functionality, so some digging is needed to use it (if that is at all possible).

jilles de wit