matomo-org / matomo-log-analytics

Import any kind of server logs in Matomo for powerful log analytics. Universal log file parsing and reporting.
https://matomo.org/log-analytics/
GNU General Public License v3.0
224 stars 118 forks source link

Add an option to measure robots only #339

Open Chardonneaur opened 1 year ago

Chardonneaur commented 1 year ago

Hello,

Currently the log analytics script has an option to include or exclude the bot traffic with including the visitors. It would be nice to have an option in order to include bots only and not the visitors. The typical use case is when SEO practitioners just want to analyze the bot traffic.

Findus23 commented 1 year ago

The bot detection in log analytics is really simplistic and only intended to filter out the most basic bots to reduce the amount of data sent to Matomo. So I think that this should rather be done in Matomo where the exact DeviceDetector bot detection is run.