denshoproject / ddr-public

Web UI for publishing DDR collections.
Other
1 stars 1 forks source link

Add new GA4 code #201

Open GeoffFroh opened 1 year ago

GeoffFroh commented 1 year ago

Google Analytics is deactivating the UA platform. We need to add the new GA4 code to the site before data collection stops July 1, 2023 (https://support.google.com/analytics/answer/11583528)

Install GA tag manually: https://analytics.google.com/analytics/web/#/a1762741p356767733/admin/streams/table/4681838283

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3H27B4KNRV"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-3H27B4KNRV');
</script>
gjost commented 1 year ago

Added in hotfix commit 48c71e3 and merged in to develop and master.