Forgive me if this is a naive question. Assuming I were able to export
all of my Google Analytics data into a Microsoft SQL database: would
it make any sense at all to use SQL Server Analysis Services to
perform data mining routines on that data? I have no real good reason
for wanting to do that other than I am interested in learning data
mining and thought my GA data might serve as interesting data. Maybe
it is more trouble than it is worth. I haven't seen anyone else
talking about this and there's probably a reason for that! It's a dumb
idea!
I did notice that the API documentation mentions that "raw hit-level
data" from the Analytics server logs is not the same as the data found
on the Web UI.
Thanks by the way to Mikael's GA Excel functions for giving me a
glimpse of the possibilty of doing this.
regards,
Thanks for the tip about using Weka. It's good to have recommendations
like that.
> > glimpse of the possibilty of doing this.- Hide quoted text -
>
> - Show quoted text -
You could probably have some success with segmentation using the
decision tree algorithm for geo-targeting, day-part, etc.
I recommend you get the book Data Mining Techniques For Marketing,
Sales, and Customer Relationship Managment by Michael Berry & Gordon
S. Linoff to help you get started. You will find that eighty percent
of the work is in how you prepare the data. The Excel Data Mining Add-
in can help you speed up the data prep and you can run the algorithms
right in Excel.
Good Luck,
Chad
Tremendously helpful guys, I appreciate it!
Microsoft Analysis Services can take a fair bit of work to get
configured, so you need to start with a pretty good idea of what you
want before you start. Playing with a multi-dimensional model is great
fun, but rebuilding them because you got the design wrong is not. If
it is just you doing the playing/learning, then I would avoid the OLAP
server and use one of the many personal tools available these days.
Qliktech has a free personal edition, and I saw an article in their
forum that someone built a GA connector for it.
m