Send the user's decisions about data collection
Users who refuse data collection
Section titled Users who refuse data collectionIn order to have a cookie attesting that the user completely refuse data collection (no pageviews, no transactions will be sent), you need to execute the following code:
We do recommend for you to add this to your privacy policy page:
On the current domain, this command will add a _cs_optout
cookie and remove all the others Contentsquare cookies already there.
Command by URL — If the opt-out mechanism is handled by a third-party tool such as Evidon, you can use a link to the targeted domain including _cs_optout
in the query parameters or in the anchor. On the page, the tag will execute the same code as above to exclude the user from tracking and add the opt-out cookie.
www.mydomain.com/?_cs_optout
www.mydomain.com/#_cs_optout