jvanz / pelican-hyde

Pelican theme based on Hyde Jekyll theme
MIT License
123 stars 43 forks source link

Replace Google Analytics fragment to use Google Analytics 4 #23

Closed geokats7 closed 2 years ago

geokats7 commented 2 years ago

Fixes #22

The current script supports the old version of Google Analytics called "Universal Analytics". We want to support the new Google Analytics 4 service. After the change, only the new version of Google Analytics 4 will be supported. I could use a conditional flow to support both versions but I'm not in favor of this because it's better to go forward with the new service and keep the GOOGLE_ANALYTICS setting untouched.

Changes

Reference You can read more about Google Analytics and how to migrate here.