CodeIgniter Forums
Google Analytics Class - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Google Analytics Class (/showthread.php?tid=48515)



Google Analytics Class - El Forum - 01-19-2012

[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


Google Analytics Class - El Forum - 01-19-2012

[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/discussion/452/my-google-analytics-module-with-dashboard-graph/p1


Google Analytics Class - El Forum - 01-23-2012

[eluser]the_unforgiven[/eluser]
Anyoone?


Google Analytics Class - El Forum - 01-24-2012

[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.


Google Analytics Class - El Forum - 01-28-2012

[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]


Google Analytics Class - El Forum - 04-01-2012

[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-Google-Analytics-Class
or implement a php class like that really nice example:
http://www.swis.nl/ga/

Hope this help.



Google Analytics Class - El Forum - 11-08-2012

[eluser]Nexima[/eluser]
Hi everyone,

I use https://github.com/chonthu/Codeigniter-Google-Analytics-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