Skip to content

Commit

Permalink
Replace UA tag format with GA4 tags
Browse files Browse the repository at this point in the history
UA tags are outdatted and are being deprecated as of July 1, 2023.
Using the new 'G-XXXXXXXXXXXX' format is now the standard for Google
Analytics so we are updating the tagging documentation to reflect that.
  • Loading branch information
Mbtj committed Jun 1, 2023
1 parent 752cc17 commit a008cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin-manual/maintenance/web-analytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ ID to the ``config/app.yml`` configuration file:

.. code-block:: yaml
google_analytics_api_key: UA-XXXXX-X
google_analytics_api_key: G-XXXXXXXXXX
Replace ``UA-XXXXX-X`` with your tracking ID. Once you are done, remember to
Replace ``G-XXXXXXXXXX`` with your tracking ID. Once you are done, remember to
:ref:`clear the cache <maintenance-clear-cache>` and
:ref:`restart PHP-FPM <troubleshooting-restart-php-fpm>`.

Expand Down Expand Up @@ -126,7 +126,7 @@ index number below the API key and make sure that the setting is uncommented.

.. code-block:: yaml
google_analytics_api_key: UA-XXXXX-X
google_analytics_api_key: G-XXXXXXXXXX
google_analytics_institutions_dimension_index: 1
Once you are done, remember to
Expand Down

0 comments on commit a008cb1

Please sign in to comment.