Closed zizther closed 5 years ago
Depending on how you are registering the view, you can simply wrap that in a conditional tag...
{% if not currentUser %}
{% do craft.viewCount.increment(elementId) %}
{% endif %}
The conditional could be as complex as you want it to be.
It would be a nice feature to be able to disable logged in users as one option. Another option which would be good is to not record an event from certain IPs