Welcome Guest, Not a member yet? Register   Sign In
How to track user's footsteps
#1

(This post was last modified: 09-28-2015, 01:34 AM by Hyper-X.)

I want to know if  there is a way in CI to trace all the functions called by the user after getting connected.
With this information, I would know which features are popular are which features aren’t being used, and I could then try to find out if they’re not being used because they’re not useful, their implementation is poor or people just don’t know about it. Thank
Reply
#2

The best (and quickest) way to do that would be to incorporate google analytics into your site.
Reply
#3

(07-10-2015, 09:29 AM)CroNiX Wrote: The best (and quickest) way to do that would be to incorporate google analytics into your site.

ok, thanks. but i'm wondering if can insert those information into a database Huh
Reply
#4

How looks your page structure?

My blog tracking table
blog_track (id, blog_category_id, blog_entry_id, date, useragent, ip, user_id)

----

You can use Piwik. It is similar to google analytics.
Reply
#5

(07-10-2015, 10:18 AM)Hyper-X Wrote:
(07-10-2015, 09:29 AM)CroNiX Wrote: The best (and quickest) way to do that would be to incorporate google analytics into your site.

ok, thanks. but i'm wondering if can insert those information into a database Huh

It is possible but there are a lot of services out there that do it much better than you can ever do (unless you have a team of 30-40 developers ONLY working on this), also let's not forget the burden it puts on your database server.


Finally the graphs and analytics it provides are also to be considered.

I would recommend you take a look at this: https://mixpanel.com/
Reply
#6

(07-12-2015, 10:51 PM)edoramedia Wrote:
(07-10-2015, 10:18 AM)Hyper-X Wrote:
(07-10-2015, 09:29 AM)CroNiX Wrote: The best (and quickest) way to do that would be to incorporate google analytics into your site.

ok, thanks. but i'm wondering if can insert those information into a database Huh

It is possible but there are a lot of services out there that do it much better than you can ever do (unless you have a team of 30-40 developers ONLY working on this), also let's not forget the burden it puts on your database server.


Finally the graphs and analytics it provides are also to be considered.

I would recommend you take a look at this: https://mixpanel.com/
thanks for answering. I 'll visit the site and return you back.
Reply
#7

I'm sorry. That isn't exactly what i'm searching.
Reply
#8

I get the soution here : http://forum.codeigniter.com/thread-62419.html
Reply




Theme © iAndrew 2016 - Forum software by © MyBB