How to extract data from Google Analytics and build a data warehouse (webhouse) from it?
Posted
by nkaur301
on Stack Overflow
See other posts from Stack Overflow
or by nkaur301
Published on 2010-05-18T14:23:52Z
Indexed on
2010/05/18
14:30 UTC
Read the original article
Hit count: 141
I have click stream data such as referring URL, top landing pages, top exit pages and metrics such as page views, number of visits, bounces all in Google Analytics. I am required to build a data warehouse from scratch(which I believe is known as web-house) from this data. My questions are:-
1)Is it possible? Every day data increases (some in terms of metrics or measures such as visits and some in terms of new referring sites), how would the process of loading the warehouse go about?
2)What ETL tool would help me to achieve this? Pentaho I believe has a way to pull out data from Google Analytics, has anyone used it? How does that process go? Any references, links would be appreciated besides answers.
© Stack Overflow or respective owner