Version 20
 

Opt Out (decline tracking)


According to the latest privacy policies we have to offer the ability beeing excluded from any tracking mechanism like statistics (opt-out).

For this reason, the ability to create and delete a cookie has been built into the PHP Web Stat. The visitor gets the opportunity to store a generated cookie in his browser so that his visit will not be tracked.

Please use the sample code provided below to include this function on your site.

<iframe name="opt-out" src="http://www.example.com/stat/cookie.php?action=opt-out" style="width:100%; height:100px; border:none; overflow:hidden;"></iframe>

Please make sure that the path to the COOKIE.PHP is defined correctly!

In addition, there are various ways of customization offerered to your needs:

  • Define the language &language=de
  • Define the textcolor &color=000000
  • Define the backgroundcolor &bgcolor=A7A7A7
  • Define the fontsize &fontsize=12
  • URL of a stylesheet file &stylesheet=layout.css

Example:   ...stat/cookie.php?action=opt-out&color=666666&fontsize=14