WAP / WML Analytics packages- are they out there?
May 23, 2007 7:20 AM   RSS feed for this thread Subscribe

Anyone know of any good open source packages for WAP / WML traffic analysis / analytics?

I'm running a WAP / WML / XHTML site for a client, and need to figure out a good way to measure the usual things one measures on a website- unique visitors, average visit depth, clickpath, etc- all the stuff you get from a tool like analog or webalyzer.

Since most mobile users come through gateways, all the users share one or two IP addresses per provider. This means that the standard weblog analyzers don't do much.

The phones don't run javascript, so a beacon gif / omniture / hitbox approach doesn't look good either (and I don't want to spring for the $$$)

I could certainly write a servlet filter that captures this info and write a suite of reports- but if there's a great FLOSS tool out there, I'd much rather use it. I just can't find one anywhere!

Thanks for any pointers to good tools!
posted by jenkinsEar to computers & internet (3 comments total)
http://www.netstumbler.com/
posted by complience at 7:44 AM on May 23, 2007


Complience, I'm confused- isn't netstumbler all about WIFI? I'm looking for WAP / WML (stuff for measuring people browsing over their phones).
posted by jenkinsEar at 8:14 AM on May 23, 2007


It's been years since I gave a rat's ass about WML, and I feel better for it.

That said, I seem to recall that WML clients will accept and return cookies, right? If so, simply log the cookie values. That will let you track unique users. If you're using Apache, use mod_log_config to write cookie values to your log file. I'm pretty sure that most log analyzers can deal with custom cookie values.
posted by me & my monkey at 5:20 PM on May 23, 2007


« Older Did you work full time and go ...   |   I am constructing a large back... Newer »
This thread is closed to new comments.


Related Questions
Looking for an Online Generic Card Game Simulator. July 28, 2008
Help me contribute to the OSS community July 3, 2008
Code Coverage tools for JSP? January 14, 2005
Help me to write algorithms January 11, 2004
Cool free or open source apps for Java mobiles? December 22, 2003