Fix Google Analytics tracking code

This commit is contained in:
Tom Byers
2020-01-15 11:56:38 +00:00
parent eec4bec761
commit 749e199e63

View File

@@ -3,7 +3,7 @@
window.GOVUK = window.GOVUK || {};
const trackingId = 'UA-26179049-1';
const trackingId = 'UA-75215134-1';
// Disable analytics by default
window[`ga-disable-${trackingId}`] = true;