Cookie “slimstat_tracking_code”
-
Hello,
I am asking for help in handling the Slimstat cookie “slimstat_tracking_code”. This is loaded before the visitor gives his consent and is also not deactivated if the visitor clicks on “reject all cookies” as part of the consent query, which is not GDPR-complian
I use “ConsentManager” for consent management. The program also describes how to change the behavior of individual cookies. However, to be able to use this, I would need to know on which page Slimstat sets the cookie with which code. If I could find something like shown in the following examples, I could resolve the problem.
For example, if this is done with an iframe, it could look like this:
<iframe width="300" height="250" noresize="noresize" scrolling="no" frameborder="0" marginheight="0" marginwidth="0" src="https://slimstat.com/?x=1&y=2" ALLOWTRANSPARENCY="true"></iframe>
If done with a script it might look like this
<script async type="text/javascript" src="https://slimstat.com/page.php"></script>
or so:
<script type="text/javascript"> console.log("do something here"); </script>
I can’t find a similar place with the best will in the world, but the cookie has to be set somewhere. Who can help please?
By the way, in Slimstat itself I set:
Private Mode: On
Set cookies: On
Allow opt-out: On
Thanks very much!The page I need help with: [log in to see the link]
- The topic ‘Cookie “slimstat_tracking_code”’ is closed to new replies.