Closed (duplicate)
Project:
Visitors (Web Analytics)
Version:
7.x-1.0-alpha4
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2011 at 10:56 UTC
Updated:
17 Aug 2022 at 14:00 UTC
Jump to comment: Most recent
Comments
Comment #1
roball commentedRegarding administrators, this feature is already implemented. Check the box "Exclude administer users from statistics" at admin/settings/visitors.
Comment #2
roseba commentedI still get all of my statistics even though the box is checked. Sometimes it will say my name, as a logged in administrator, and sometimes, just my IP. Even for the same session within seconds of previous hits.
Comment #3
roball commentedI must say I have yet not enabled this checkbox so I can't confirm. But if it is not working properly, you should open a bug report for that.
Comment #4
roseba commentedBecause I'm so new to Drupal 7, and not an experienced Drupal builder in general, I'm always hesitant to open up bug reports since it may simply be user-error. But no, I don't think it's me.
Comment #5
gashev commentedExclude administer users from statistics feature does two things:
1) Exclude administer users only from statistics.
2) Do not add entries to the visitors table.
I want drop this feature and implement issue http://drupal.org/node/1220744 : most extensive issue, exclude users with role.
1) This will not only eliminate the administrators, but moderators, etc. All roles what you want to exclude.
2) All entries will be added to visitors table, but excluding users from statistics will be implement to sql query. At any time you can change the filter and do not lose any data excluded before.
Comment #6
roseba commentedPart 1 - items 1 & 2, simply are not working. I see all of my visits, logged in or not in both tables.
Part 2 - Good addition. I'm still working to understand how to change views well enough to fix this myself. The issue here is that I don't actually see a view in which I can modify.
I plan to figure out eventually how to just create a view to extract the data I want. (I'd love to get rid of google and bing bots too)
Comment #7
bluegeek9 commentedTask #1220744: Exclude users with role is completed, and will be merge in a week or two.
I am working on #1087268: Exclude robots from the statistics.