This theme supports many analytics providers, including a number of privacy friendly options. These can be enabled in the _config.yml
# _config.yml
analytics:
google_analytics_id: "G-SL5FWY00S6" # G-XXXXXXXXXX
gtm_id: "" # GTM-XXXXXXXX
plausible_data_domain: "" # example: mywebsite.com
umami_data_website_id: "" # example: "ddd14336-5fb0-4cdd-8f32-e1bfa906cc2b"
umami_src: "" # "https://analytics.eu.umami.is/script.js"
Google analytics is managed by the cookie banner if enabled.
analytics:
google_analytics_id: "G-SL5FWY00S6"
Google Tag Manager is managed by the cookie banner if enabled.
analytics:
gtm_id: "GTM-XXXXXXXX"
We highly recommend Plausible and use it ourselves.
analytics:
plausible_data_domain: "mywebsite.com"
analytics:
umami_data_website_id: "ddd14336-5fb0-4cdd-8f32-e1bfa906cc2b"
umami_src: "https://analytics.eu.umami.is/script.js"