• Hi,

    I checked the boxes in advanced settings to allow opt-out and created a link in our data privacy policy to opt-out of tracking, but unfortunately it doesn’t seem to work.

    After clicking the link it says that I have successfully opted out, but I can still see the live statistics of me being on the website.

    Also I don’t find the opt-out code in my header, which should look something like this if I’m not wrong.

    // Opt-out function
    function gaOptout() {
      document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
      window[disableStr] = true;
    }

    What am I doing wrong? Do you have any idea?

    Thanks,
    Johannes

    The page I need help with: [log in to see the link]

  • The topic ‘Opt-Out not working’ is closed to new replies.