Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
520 stars 102 forks source link

Upgrade to Google Analytics 4 #576

Closed mcserep closed 1 year ago

mcserep commented 2 years ago

Currently we are using Google Analytics 3 (a.k.a. Universal Analytics), which will be deprecated on 2023-07-01. We shall update to use Google Analytics 4 until then. Further information:
https://support.google.com/analytics/answer/11583528?hl=en

Remark:

After July 1, 2023, you'll be able to access your previously processed data in your Universal Analytics property for at least six months. We know your data is important to you, and we strongly encourage you to export your historical reports during this time.

mcserep commented 1 year ago

I have performed the Google Analytics 4 migration on the demo webpage codecompass.net.

The migration requires no source code change in CodeCompass, as only the tracking ID should be updated, which is placed in ga.txt as a parameter. (And even the old one can be used, as Google Analytics auto-connects it to the new system.)