opencaching / opencaching-pl

The source code of Opencaching.PL (and some other domains)
https://opencaching.pl/
GNU General Public License v3.0
22 stars 33 forks source link

Google Analytics doesn't work #2287

Open deg-pl opened 3 years ago

deg-pl commented 3 years ago

From (about) 1 april 2021 Google Analytics doesn't work on OC pages (I've checked OC PL and OC UK): image

rapotek commented 3 years ago

It looks like there should be a line $GLOBALS['googleAnalytics_key'] = $googleAnalytics_key; added to /src/Models/ApplicationContainer.php, private static function loadLegacyConfig() method, or something like that.

deg-pl commented 3 years ago

I think we should disable GoogleAnalytics. We should have user consent to use GA cookies. So we have two solutions:

We should not use GA as is in our code. (Use private mode of your browser and see google.com - they have good cookie consent)