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

Opting out sensitive HTML content

Any sensitive or private information in the webpage such as username and email should be marked using the following HTML comments in your HTML page. Any content between the two starting and ending comments will be stripped out before sending any data to our servers.

Starting tag:

<!-- StartMouseStatsHide -->

Ending tag:

<!-- EndMouseStatsHide -->

Example:

<!-- StartMouseStatsHide -->
user@example.com any other info, including the div element shall be removed
<!-- EndMouseStatsHide -->