Thomas--F / BotTracker

BotTracker-Plugin for Piwik
GNU General Public License v3.0
33 stars 14 forks source link

BotTracker is not applied with date rang selector #57

Closed huang0808 closed 5 years ago

huang0808 commented 6 years ago

webwxgetmsgimg

BotTracker is not applied with date rang selector, how to fix it? thanks.

huang0808 commented 6 years ago

@tsteur @halfdan @splinter89 @Firesphere @dandv could you help me to see what is the problem with the plugin? thanks very much.

Thomas--F commented 6 years ago

I did not implement the date/time range selector because BotTracker just counts the hits. It can be useful if there were some reports depending on the BotTracker-ExtraStats, but that isn't implemented as well. I don't neet it, but if anyone wants to add this feature, feel free to do it.

tsteur commented 6 years ago

You would ideally need to implement an archiver using ./console generate:archiver. Unfortunately, this part is not really documented just yet.

huang0808 commented 6 years ago

@Thomas--F Thank your reply. could you do this feature?

huang0808 commented 6 years ago

@tsteur Thank you give method, I will try it.

Thomas--F commented 6 years ago

As I said before, this feature doesn't make sense because there are only some count-fields in the database. The timestamp ist only stored for the last counted hit. So if you restrict the date-range, only some of the rows will dissapear but the numbers will be the same. You cannot use it to see the bot-hits in a specific time range. Without historical data there is no way to look at date-ranges.

huang0808 commented 6 years ago

@Thomas--F I see, thanks your relpy.