Statistics for my users

B747 - April 12, 2009 - 17:15

Hi,

I want to be able to provide my users with detailed stats about their nodes - number of hits, referring urls etc.

Is there any way to do this? I see lots of modules providing stats for the admin, but none that allow users to track their own content.

Any ideas?

=-=

VeryMisunderstood - April 12, 2009 - 17:26

administer -> modules
enable the statistics module
visit administer -> access log settings
enable access logs and count content views

visit administer -> reports for additional pages

to expand on statistics have a look at the statistics category of the contributed modules area.

Thanks for your reply, but as

B747 - April 12, 2009 - 18:35

Thanks for your reply, but as far as I can see, this only allows the admin, me, to see the stats - I want my users to see stats for their nodes.

Any further suggestions?

=-=

VeryMisunderstood - April 12, 2009 - 19:35

did you set the proper permisisons in administer -> permissions ? to the statistics module?

Following all this adds a tab

B747 - April 14, 2009 - 18:51

Following all this adds a tab to 'my account' labelled "Track page visits".

However, this tracks all pages that the user has visited - I want to track all visits on that user's content.

Further thoughts???

try to use

vertazzar - April 12, 2009 - 21:00

try to use user_stats

..

views , views_attach, content profile

try to combine that

Drupal has pretty bad user interaction with site imo

the user module which is in core at d6 is pretty sad :S

Can you elaborate on this a

B747 - April 14, 2009 - 19:01

Can you elaborate on this a bit more, please?

I'm not sure how user stats will help me as I want to be able tell a user how many people have looked at his content, who they are and how they got there?

=-=

VeryMisunderstood - April 14, 2009 - 19:15

content profile essentially turns profiles into a node like all other content which then exposes the ability to do things with profiles that you can do with all other content types.

Therefore stats that would only work on a piece of content because that content is a node will now work on profiles because they are now nodes.

Going that route though would require you to set up a test site to play with the modules and get them working in the way that you want them to work.

Stats for User's content; viewable by that user only

B747 - April 18, 2009 - 18:41

yeah i knew all that but i dont want stats on profiles i want stats for user's content!!

_

WorldFallz - April 18, 2009 - 19:07

I think what you're looking for is a view-- you can include and sort by a user's nodes' statistics.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

OK, but what about more

B747 - April 18, 2009 - 19:10

OK, but what about more advanced stuff like like referral URL and length of time on node?

_

WorldFallz - April 18, 2009 - 19:19

That I don't know-- you'll want to look at the available statistics modules and find one that tracks those items and makes that data available to views.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

just make a view of filtering

vertazzar - April 20, 2009 - 09:41

just make a view of filtering desired content, with desired fields, and select argument UID: with Provide default argument and choose one of these as you like :

User ID from URL
User ID from logged in user

and when user views that block of views , it will display only the information you defined in arguments

although i advise you to use panels 2 - you can override the look of your profile page, and you can add lots of stuff - the module is pretty amazing

Yes, but I need statistics

B747 - April 21, 2009 - 07:33

Yes, but I need statistics information such as search engine referrals to be available to Views.

I am currently investigating the Piwik module which seems to integrate with Drupal pretty well.

.

chumoka - July 9, 2009 - 13:02

Hi Heebie, I don't want to sound really cheap, but did you find out any solution for the advanced statistics you were looking for? I'm looking for something very very similar. I would like provide to my users as much statistics as possible (regarding the nodes they publish), but I'm stuck with the core options such as number of visits, last visit etc. Did you end up using Piwik or some other module for this? I would need info about:
- where the visitors come from
- total number of all visits in a category
- and possibly some information about who the visitors are - they have some custom fields in their profile describing the industry they work in - it would be nice to reflect this information in the statistics.. Do you have any idea which way should I go?
Thanks

 
 

Drupal is a registered trademark of Dries Buytaert.