Giter Club home page Giter Club logo

Comments (3)

dannyvankooten avatar dannyvankooten commented on July 16, 2024 1

Hi @r-chris,

This is most likely a bug in how Fathom determines the "unique visitor" count. Currently it keeps track of the session on the client-side using a cookie which is valid for 24 hours. Only pageviews without this cookie (or rather; without this page's path in the cookie) will increment the unique visitor count for that page.

Ideally we would reset the session at 00:00 (like Google Analytics currently does) but this introduces other complexities like which timezone to use here, since we store sessions on the client.

Am I correct to assume that fathom somehow tries to detect potential non-human visitors and doesn't count them or is this just a bug? It would be great if my headless access wasn't considered as a visitor, but shouldn't then the page loads also be at 0 ?

Some user-agent filtering occurs on the server-side to strip out common bots, but we haven't put too much effort into this just yet.

I've ran into this issue myself too (when working on Fathom on consecutive days) so will do some thinking on how to best prevent this or at least how to prevent this from deflating the unique visitor count for that day too much.

from fathom.

r-chris avatar r-chris commented on July 16, 2024 1

Thanks - that was very quick.

from fathom.

dannyvankooten avatar dannyvankooten commented on July 16, 2024

This should be fixed by 70d97b0 but once we allow setting a custom timezone we may have to revisit this. But then there's a whole load of things to revisit once we do that, so I'll close this issue for now. 😄

from fathom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.