Can I know how many times

Hi !

We have a sellers.json file at the root of our website. Is there a way to track how many times that file has been accessed ?

And if this is not something baked into Netlify, is there a third-party platform that could do this ?

Hi, @BSLK. This is possible with the Log Drains feature. However, that feature is only available at the Enterprise plan level.

The issue with most other solutions is that they require client-side javascript to function. Not all web clients (like bots, spiders, crawlers, etc.) will run client-side javascript. This means those types of solutions (client-side javascript solutions) will fail to report traffic from those clients. Log Drains is server-side so it reports even the traffic where no client-side javascript is run.