Tools to generate reportanalytics feeds from google
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 gener开发者_运维问答ator from feed, not sure though. Or does the Google analytics itself gives reports output as feed etc.,
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
精彩评论