Change analytics to allow for other providers

This is probably already on your radar, but I’d like to see a change in analytics like this:

Current Way

analytics.init ( "ABC123DEF456" )  

Better Way

analytics.init ( "flurry", "ABC123DEF456" )  

By doing that you open up analytics to more than just a single company. It should also allow me to run my own analytics by doing something like this:

analytics.init ( "internal", "http://example.com/analyzeThis.php" )  

That way I can set up a script on my own server that collects the data and I can deal with it however I like.

Thanks.

Jay
[import]uid: 9440 topic_id: 14521 reply_id: 314521[/import]