|
|
|
|
|
by karrob
530 days ago
|
|
Thank you! TLDR; Each IP is counted as a unique visitor. To account for multiple devices from the same IP, if same IP visits two days in a row, two unique visitors are counted. For privacy reasons, IP is not stored, but the sha256 hash of the IP is, so I can not easily track users. |
|