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?
|
feedback
|
|
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) | |||||||
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. | |||
feedback
|