usefathom / fathom

Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.
https://usefathom.com/
MIT License
7.55k stars 368 forks source link

Visitor used in incorrect context in Web Analytics #277

Closed sredfern closed 4 years ago

sredfern commented 5 years ago

I feel that Fathom is using the term visitor in the incorrect context. In comparable web analytics solutions the term visitor is reserved for a persistent cookie measurement of a browser. Given the cookie expires and the measurement is unable to determine if that browser has come back to the website after the session has expired, the term Visit would be more appropriate.

A google search shows this terminology is common throughout the industry. https://www.google.com/search?q=pageview+visit+visitor&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiHysCFxJXjAhWXqp4KHclPBqgQ_AUIECgB&biw=1231&bih=1371

JackEllis commented 5 years ago

I agree. What do you think @pjrvs?

JackEllis commented 5 years ago

@sredfern We agree. Visit beats Visitor. We'll be changing things when we work on the iterations to this codebase :)