0

I want to know whether it is possible to export my GA data automatically to a public URL, like a RSS feed. Then I can use JavaScript to fetch and show it, no need to authorize. I just don't want to write server side codes.

Thanks!

AGamePlayer
  • 7,404
  • 19
  • 62
  • 119
  • Presuming you ultimately show it in chart/table form, check out http://embeddedanalytics.com. This is a service devised precisely to rid web publishers from having to learn the GA Export API. All you do is authenticate once, and place a snippet of code in your page where you want the chart to show. (I work with the company). – M Schenkel Nov 06 '12 at 13:15

1 Answers1

1

The Google Analytics API does this, but to my knowledge has no publicly consumable JSON API.

It might be possible with Yahoo Pipes according to the resources below:

Community
  • 1
  • 1
TomFuertes
  • 7,150
  • 5
  • 35
  • 49