![]() |
Analystics and codeigniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Analystics and codeigniter (/showthread.php?tid=62476) |
Analystics and codeigniter - StratoKyke - 07-19-2015 I would like to create a page with the statistics of visitors etc. I am undecided whether to use the bees to google, or create something from me. Obviously I would be more inclined to use google analystics. But how? I found the guides but I can not figure how to make it all work. Tips? RE: Analystics and codeigniter - advoor - 07-19-2015 Insert the Google Analytics code to a view file that is served to the visitors (usually the footer)? RE: Analystics and codeigniter - StratoKyke - 07-20-2015 That's not my problem. I would like to show the results of google analystics on my project. Not to integrate the simple javascript code ![]() RE: Analystics and codeigniter - SPK - 07-20-2015 (07-20-2015, 07:48 AM)StratoKyke Wrote: That's not my problem. I would like to show the results of google analystics on my project. Not to integrate the simple javascript code https://developers.google.com/analytics/devguides/reporting/embed/v1/ Something like this? RE: Analystics and codeigniter - StratoKyke - 07-21-2015 (07-20-2015, 08:03 AM)SPK Wrote:(07-20-2015, 07:48 AM)StratoKyke Wrote: That's not my problem. I would like to show the results of google analystics on my project. Not to integrate the simple javascript code Yes, But I have a problem that no one wants to help me solve haha http://stackoverflow.com/questions/31504144/embed-api-third-party-visualizations It should be seen as But you see it that way ![]() |