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. However, if you want to disable tracking forin some cases such as anonymous testing bots and similar things,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



How to enable?

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

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