When 'Only allow unique content views to increment a content's view counter' option is set, it will be good to have ability to set how long view will be unique.

For example if admin will be able to set time 1 day. If user access node first time it will count to views, and will not count anymore same day. When he will access node 1 day after time view has been counted it will count again.

Comments

dave reid’s picture

Hmm...I'll brainstorm how to best implement this in the code. I've personally be leaning towards if the node has been updated, then count as a new view once more.