mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Fix Google Analytics tracking code
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
window.GOVUK = window.GOVUK || {};
|
window.GOVUK = window.GOVUK || {};
|
||||||
|
|
||||||
const trackingId = 'UA-26179049-1';
|
const trackingId = 'UA-75215134-1';
|
||||||
|
|
||||||
// Disable analytics by default
|
// Disable analytics by default
|
||||||
window[`ga-disable-${trackingId}`] = true;
|
window[`ga-disable-${trackingId}`] = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user