There is a ‘Ignore IPs’ settings in your site’s settings (Settings → Tracking). All requests from any IP address added here will be ignored.
Add #toggle-goatcounter
to your site’s URL to block your browser; for example:
https://example.com#toggle-goatcounter
If you filled in the domain in your settings then there should be a link there. If you edit it in your URL bar you may have to reload the page with F5 for it to work (you should get a popup).
You can check location.host
if you want to load GoatCounter only on
production.com
and not staging.com
or development.com
; for example:
<script>
// Only load on production environment.
if (window.location.host !== 'production.com')
window.goatcounter = {no_onload: true}
</script>
<script data-goatcounter="https://MYCODE.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
Request from localhost
and the most common private networks are already
ignored unless you add allow_local
.
Feel free to get in touch if you’ve got any questions or having any problems; a lot of times they can be resolved without too much problems.
Ways to contact me: show