AmoabaKelvin / ishortn.ink

URL Shortening, Link Analytics & QR Code Platform
https://ishortn.ink
MIT License
66 stars 9 forks source link

Add Unique clicks #79

Closed AmoabaKelvin closed 2 weeks ago

AmoabaKelvin commented 8 months ago

Currently, the clicks we have are just normal clicks. So if a user clicks on the link about three times, it is registered as three different clicks.

Unique clicks With this, we will still have the normal clicks, 3 but then, we should be able to filter out ones that are duplicates and then present those ones as well. So in the end, we will have 3 clicks but one unique click,