Skip to content

Commit

Permalink
Adding GB/CH regions for analytics_storage denied, see #67
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Apr 1, 2024
1 parent 6bab8b7 commit 44e0c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/analytics/google-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,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 );

Expand Down Expand Up @@ -150,7 +150,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,
Expand Down

0 comments on commit 44e0c7f

Please sign in to comment.