Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

centralized list to store visitis to ignore: bots, deleted visits, spam etc. #9184

Open
hpvd opened this issue Nov 8, 2015 · 1 comment
Open
Labels
trackingspam For issues related to receiving tracking requests from spammers and bots.

Comments

@hpvd
Copy link

hpvd commented Nov 8, 2015

The idea is to track always every visit (no matter if it's a bot, blacklisted spam or what ever)
but having a centralized list* of visits to ignore

  • for display and also
  • for statistics being calculated

The list should use a standard format for very visit to ignore
consisting of

The advantages are:

  1. that one never loose a visit (e.g. because the filter is set-in earlier in process)
  2. one can easily revert ignoring:
    a) permanent restore with undo function related to (Provide "Undo" feature for several "Manage Entity" screens #9181)
    b) or temporary (Simplify bots tracking, bot ignoring and switching between both #9067 a simple "switch" show or hide bots)
  3. one can make easily new statistics like x% of our visits are bots (this has do be considered planning server loads)
  4. one can easily see things like which pages were visited by bots (see Simplify bots tracking, bot ignoring and switching between both #9067), where exactly is incoming spam etc. everything without maintaining different tracking proceeder.
  5. we got more standardisation which makes everything easier to maintain, to extend etc.

probably there are some more use-cases...

All should fit together with

*detail: of course a centralised list could also consist of sub-lists (e.g. for better processes in #9183), but they are being stored on a central place with a standardized format.

@hpvd
Copy link
Author

hpvd commented Nov 12, 2015

A much better approach for this is described here
Base function: Possibility to give visits a type like "standard", "deleted", "bot" etc. #9205
with this an extra list should be obsolete by keeping all advantages listed above.

@mattab mattab added this to the Mid term milestone Dec 23, 2015
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
@sgiehl sgiehl added the trackingspam For issues related to receiving tracking requests from spammers and bots. label Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
trackingspam For issues related to receiving tracking requests from spammers and bots.
Projects
None yet
Development

No branches or pull requests

3 participants