diff --git a/_configs/_config_production.yml b/_configs/_config_production.yml index 8ee45a6..3c7da46 100644 --- a/_configs/_config_production.yml +++ b/_configs/_config_production.yml @@ -1,4 +1,4 @@ url: https://www.syclops.org -# Google Analytics Token -ga: 'G-CZ9WF91EQN' +# Fathom Analytics Token +fa: 'QLYBRUST' diff --git a/_layouts/page.html b/_layouts/page.html index 1c6fbf5..6a88f69 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -42,8 +42,9 @@ crossorigin="anonymous"> - + + + - + {%- if header == 'expanded' -%} {%- include _includes/headers/expanded.html -%} {%- else -%} diff --git a/cookies.html b/cookies.html index 962f341..7289a01 100644 --- a/cookies.html +++ b/cookies.html @@ -49,57 +49,5 @@

syclops.org Privacy Policy Acceptance

-

Google Analytics

- -

We use Google Analytics to track how our website is used to help us improve our - services. Google Analytics will often set a tracking cookie on your system.

- -

Please note that we have enabled "anonymous" mode on Google Analytics. As a result, - we do not store any information that directly identifies you but we can still capture visitor - interactions. If you wish to disable these completely, please reject them using the button - above.

- -

- View Google's Privacy Policy

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cookie NameWhats It For?Type
_gaUsed to distinguish users. -
1st Party Cookie
-
_gidUsed to distinguish users. -
1st Party Cookie
-
_ga_<container-id>Used to persist session state. -
1st Party Cookie
-
_gac_gb_<container-id>Contains campaign related information. If you have linked your Google - Analytics and Google Ads accounts, Google Ads website conversion tags will - read this cookie unless you opt-out. -
1st Party Cookie
-
diff --git a/privacy.html b/privacy.html index 657b147..bdfe8ea 100644 --- a/privacy.html +++ b/privacy.html @@ -65,7 +65,6 @@

Where your information is stored

  • Formspree
  • Microsoft Office 365
  • JIRA
  • -
  • Google Analytics (limited information, if accepted)
  • Your data protection rights

    diff --git a/static/js/index.js b/static/js/index.js deleted file mode 100644 index 59744dc..0000000 --- a/static/js/index.js +++ /dev/null @@ -1,13 +0,0 @@ -$(() => { - const cookies = $('#cookies-accept-dialog').CookiesAccepted(); - - if(cookies.isEnabled()) { - // Google Analytics - const gaToken = $('body').data('ga'); - window.dataLayer = window.dataLayer || []; - function gtag(){dataLayer.push(arguments);} - gtag('js', new Date()); - gtag('config', gaToken); - $.getScript('https://www.googletagmanager.com/gtag/js?id=' + gaToken); - } -});