One of our customers has a web application that requires login, and they would like to get Google Analytics to track it per user - to know which users came to their site.
From what I read on Google forums, Google doesn't support such tracking.
I was wondering:
a) Do I understand correctly that Google doesn't support that?
b) Does anyone know of a analytics tool that does support such action? The only one I've found was Pmetrics (which is Clicky??), but I would like to have something to compare it to, or if someone who uses this feature on Clicky/Pmetrics could tell me how well it works (there's no demo for this feature on their site)
|
|
|||
|
|
|
Not 100% sure, but I suspect you could use the Custom Variables feature of GA and create very granular variables to track on. Whilst I think you could probably implement some code as per below (modified from the google examples), I'm not sure I'd recommend it as a good idea.
As I said though, definitely consider whether it is valuable tracking individuals in such granularity - considering privacy and practical reporting considerations. |
|||
|
|
|
You could use Piwki and create a plugin to track users. It shouldn't be that difficult. |
|||
|
|
From the Google Analytics Terms of Service:
So, don't track user accounts in Analytics. |
|||
|
|
|
If you are trying to capture the userid i.e a numerical id and not the actual usernames then this does not break the Google TOC's as the userid cannot is private to your organisation. |
|||
|
|
|
Although custom variables would be helpful, they cannot provide anything more than the number of visits to ALL pages , by a particular user in the site. If you really want good analytics, like each person view per page, TRY THE OLD FASHIONED way of EVENTS. Example :
Go to All Website Data -> Content -> Events -> Pages -> Select any page -> Person View to view and verfiy analytics for each person. Also you can add additional data in the opt_label and opt_value coulmns. |
|||
|
|