Question

Can you recommend any programmable tools/extensions that can be used to generate reports out of google analytics feed on th fly? Essentially some kind of pdf generator from feed, not sure though. Or does the Google analytics itself gives reports output as feed etc.,

Was it helpful?

Solution

It depends on how technical you want to be. The GA Data Export API can give you XML data to play with:

http://code.google.com/apis/analytics/docs/gdata/gdataDeveloperGuide.html

Or you could go for a higher level excel solution instead:

http://analytics.blogspot.com/2009/08/analytics-data-in-excel-through-our-api.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top