Welcome Guest, Not a member yet? Register   Sign In
Google Analytics Class
#1

[eluser]the_unforgiven[/eluser]
Does anyone have a good up to date google analytics class that can show stats in a admin dashbaord or something any links and reference guides appreciated greatly.

Thanks
#2

[eluser]the_unforgiven[/eluser]
kinda like whats discussed here, but no using that cms in question builing from scratch using core Ci

http://www.getfuelcms.com/forums/discuss...d-graph/p1
#3

[eluser]the_unforgiven[/eluser]
Anyoone?
#4

[eluser]the_unforgiven[/eluser]
Can someone help me on this, i need a class or libaray that will show data from Analytics in a graph etc.
#5

[eluser]TheFuzzy0ne[/eluser]
Sorry, I don't know of such a library.

It shouldn't be too difficult to build one using [url="http://code.google.com/apis/analytics/"]Google's API[/url]
#6

[eluser]Unknown[/eluser]
Well i guess it's already too late but you can find a really nice library here: https://github.com/chonthu/Codeigniter-G...tics-Class
or implement a php class like that really nice example:
http://www.swis.nl/ga/

Hope this help.
#7

[eluser]Nexima[/eluser]
Hi everyone,

I use https://github.com/chonthu/Codeigniter-G...tics-Class this class but i could not take visitors with true sequence.Can someone help me
I am using like this :

Code:
->dimension('ga:day')
  ->metric('ga:visitors')
  ->limit(30)
  ->sort_by('ga:day')


Thanks




Theme © iAndrew 2016 - Forum software by © MyBB