From 8868faddbf3e9ac7afc25f26d07754e5af8afe72 Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Thu, 28 Mar 2024 13:52:14 -0600 Subject: [PATCH] Adding GB/CH regions for analytics_storage denied, see https://github.com/phetsims/phetcommon/issues/67 --- js/analytics/google-analytics.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/analytics/google-analytics.js b/js/analytics/google-analytics.js index 37930aa..a2ce539 100644 --- a/js/analytics/google-analytics.js +++ b/js/analytics/google-analytics.js @@ -120,7 +120,7 @@ gtag( 'consent', 'default', { ad_storage: 'denied', analytics_storage: 'denied', - region: [ 'BE', 'BG', 'CZ', 'DK', 'CY', 'LV', 'LT', 'LU', 'ES', 'FR', 'HR', 'IT', 'PL', 'PT', 'RO', 'SI', 'HU', 'MT', 'NL', 'AT', 'IS', 'LI', 'NO', 'SK', 'FI', 'SE', 'DE', 'EE', 'IE', 'EL' ] + region: [ 'BE', 'BG', 'CZ', 'DK', 'CY', 'LV', 'LT', 'LU', 'ES', 'FR', 'HR', 'IT', 'PL', 'PT', 'RO', 'SI', 'HU', 'MT', 'NL', 'AT', 'IS', 'LI', 'NO', 'SK', 'FI', 'SE', 'DE', 'EE', 'IE', 'EL', 'GB', 'CH' ] } ); gtag( 'config', phet.chipper.queryParameters.ga4 ); @@ -148,7 +148,7 @@ gtmTag( 'consent', 'default', { ad_storage: 'denied', analytics_storage: 'denied', - region: [ 'BE', 'BG', 'CZ', 'DK', 'CY', 'LV', 'LT', 'LU', 'ES', 'FR', 'HR', 'IT', 'PL', 'PT', 'RO', 'SI', 'HU', 'MT', 'NL', 'AT', 'IS', 'LI', 'NO', 'SK', 'FI', 'SE', 'DE', 'EE', 'IE', 'EL' ] + region: [ 'BE', 'BG', 'CZ', 'DK', 'CY', 'LV', 'LT', 'LU', 'ES', 'FR', 'HR', 'IT', 'PL', 'PT', 'RO', 'SI', 'HU', 'MT', 'NL', 'AT', 'IS', 'LI', 'NO', 'SK', 'FI', 'SE', 'DE', 'EE', 'IE', 'EL', 'GB', 'CH' ] } ); window.dataLayer.push( { simBrand: phet.chipper.brand,