IQW
IQW

Reputation: 859

Creating google analytics dashboard

I'm creating web site on zend framework and want to place statistic into my admin panel. Is there any js plugin (something like GA api) for getting styled graphs?

Upvotes: 0

Views: 126

Answers (2)

M Schenkel
M Schenkel

Reputation: 6364

Check out EmbeddedAnalytics. (Disclosure - I work with them) EmbeddedAnalytics is based on the GA API. To do what you are asking is simple:

  1. Create Account and grant embeddedanalytics access to your GA data.
  2. Define your charts/reports.
  3. Get embedding iframe code.
  4. Embed this code into your site where you want them to show.

Additionally, we are working on creating pre-defined dashboard pages which will allow end-user to embed entire dashboards into a page.

Upvotes: 0

xuma202
xuma202

Reputation: 1084

You may take a look at this:

http://d3js.org/

and that:

http://techslides.com/50-javascript-charting-and-graphics-libraries/

it depends on what you want to display a line graph, a map ...

Upvotes: 1

Related Questions