Andrew G. Johnson
Andrew G. Johnson

Reputation: 26993

Is there anyway to grab Google Analytics via some kind of API?

Basically I have an admin CP I've coded for all my sites and I'd love to integrate the information gathered by Google Analytics on it to avoid having to look at both sites every morning.

BTW I'm using PHP, but I would assume if something like this exists it would just be exported as XML.

Upvotes: 0

Views: 343

Answers (3)

MrKurt
MrKurt

Reputation: 5100

There's an official API in private beta. I'm looking forward to it!

http://analytics.blogspot.com/2008/10/more-enterprise-class-features-added-to.html

Upvotes: 1

David Arno
David Arno

Reputation: 43254

Nicolas Lierman has developed an AIR application that uses an API of his own creation to gather Google analytics data. He refuses to puplish the API though as apparently it exposes some severe security flaws in Analytics interface. Google themselves have never published an API for it.

If you really want to proceed with your plan, you'll have to reverse engineer the interface yourself.

Upvotes: 0

Related Questions