Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    1. Home
    2. Phil
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 13
    • Best 2
    • Groups 0

    Best posts made by Phil

    • RE: How to set up Google analytics IP anonymization

      Thanks Joseph for your help!

      For other user, that might be interested in this topic as well:
      I have included following script at the very top of the global header section of my project (see Josephs link) :

          <!-- IP anonymization with gtag.js - Google Analytics -->
          <script async src="https://www.googletagmanager.com/gtag/js?id=G-xxxxxx"></script>
          <script>
              window.dataLayer = window.dataLayer || [];
              function gtag() {
                  dataLayer.push(arguments);
              }
              gtag('js', new Date());
              gtag('config', 'G-xxxxxx', { 'anonymize_ip': true });
          </script>
      

      Hope that works...

      posted in Cloud CMS (Pagebuilder
      Phil
      Phil
    • RE: How install GDPR cookie system?

      @Steven-Betito

      Hi Steven, thanks for that short manual.
      Maybe a stupid question, but I am not a web developer: what happens next? When a user presses DECLINE, are all cookies on the site automatically disabled or do I have to write extra code for it?

      Thanks in advance!

      posted in Cloud CMS (Pagebuilder
      Phil
      Phil