Andy, Because of Google Analytics' limitations I ended up rolling my own visitor counting system. It uses onSessionStart, and inserts user agent and ip into a "stats" table. Then once a day I run a scheduled task to analyze the user agent and ip data for bots, enter the aggregate data in a "statsSummary" table, and clear the "stats" table since it gets big fast.
It's just a very stripped down system to count visitors, but it seems to be working pretty well, and I'm sure it could be expanded on to gather more data such as what Browserhawk does. Don't know if you have time to create something like that but it's working pretty well for our purposes. -- Josh ----- Original Message ----- From: "Andy Matthews" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Friday, March 09, 2007 10:51 AM Subject: RE: Browserhawk / browser stats generation? > Ah...okay then. That's not going to work for our purposes. Good suggestion > though. > > -----Original Message----- > From: Josh Nathanson [mailto:[EMAIL PROTECTED] > Sent: Friday, March 09, 2007 12:33 PM > To: CF-Talk > Subject: Re: Browserhawk / browser stats generation? > >> We're actually collecting that data and storing it in our db. Is this >> something that Analytics offers or doe Google simply store it in their >> system and allow you to access it? > > Andy - Google Analytics stores the data in their own system. They have an > extensive reports suite that you login to, which has some nice features > but > is also sorely lacking in some areas. They don't have an API for it yet, > but you can export the data. > > -- Josh > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272208 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

