This would be greatly enhanced if we could remove IP's from crawlers, administrators, and defined IP's.

The data from the above drowns out all legitimate data and makes it very hard to read.

Comments

roball’s picture

Regarding administrators, this feature is already implemented. Check the box "Exclude administer users from statistics" at admin/settings/visitors.

roseba’s picture

I 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.

roball’s picture

I 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.

roseba’s picture

Because 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.

gashev’s picture

Exclude 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.

roseba’s picture

Part 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)

bluegeek9’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)
Related issues: +#1220744: Exclude users with role, +#1087268: Exclude robots from the statistics

Task #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.