You are reviewing MouseStats documentation: Take a look to the product!
< back

Opting out tracking by cookie using URL

You can opt out yourself and your team from tracking using Opt Out page using a click. The optout page will disable MouseStats tracking in the browser on all domains and websites. However, if you want to disable tracking in some cases such as anonymous testing bots and similar situations, you can go for adding a parameter to your page address to permanently disable tracking on requested browser. Calling page URL for onetime, for one URL will block tracking for the whole domain on called machine for 365 days by setting a cookie.



How to disable?

Assume that your website URL is http://example.com/dir/myhome, now you just need to call the below URL to disable tracking:

http://example.com/dir/myhome?MouseStatsDisablePermanent

@@warningbox:Consider the fact that adding above URL parameter in any page that contains MouseStats tracking script, will disable tracking on whole domain.@@



How to enable?

If you have disabled tracking, to restore you can call:

http://example.com/dir/myhome?MouseStatsEnablePermanent