I'm building an admin panel, and i would like to put the system of google analytcs inside it, loggin automatically with an predefined email. something like putting an iframe, or other solution provided by own google. Someone knows something?

link|improve this question

62% accept rate
feedback

2 Answers

up vote 1 down vote accepted

You mean you want to show Google Analytics charts on an admin panel of your site? If so check out EmbeddedAnalytics. Purpose of the service is to do exactly this; but without getting into the workings of the API. You simply define your chart and copy a iframe snippet of code where you want it to show.

(Disclosure: I created the service)

link|improve this answer
Ok, i saw it, thanks by your answer, but it is payd. Well, i think that i will be passing for my client the password to acces the Analytcs direct by the site. Ty! – Wallysson Nunes Sep 17 '11 at 22:03
EmbeddedAnalytics is a paid service. But if your site has less than 2,000 unique visits per month it can be used for free. As far as sharing the password, this is not required. The service employs Google's Authentication where you grant us access to the data through a revokable token. We never have access to the user name and password. – M Schenkel Sep 18 '11 at 23:31
Ok so, thanks by providing this solution, i will use it! – Wallysson Nunes Sep 20 '11 at 22:00
feedback

It's no easy business. Google provides an API for Analytics which you can retrieve data from, amongst other things.

Once you've got the data using the API, you can do what ever you like with it.

link|improve this answer
Well, i think it will be more easy pass the google anlytcs url... :D Anyway, Thank you! – Wallysson Nunes Sep 16 '11 at 2:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.