Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Apr 7, 2023
1 parent 2c1808c commit ff05ff4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/mainLayout.js
Expand Up @@ -50,9 +50,6 @@ const mainLayout = data => `
n&&j.setAttribute('nonce',n.nonce||n.getAttribute('nonce'));f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','${AppConstants.GA4_MEASUREMENT_ID}');
function gtag(){dataLayer.push(arguments);}
${AppConstants.GA4_DEBUG_MODE
? `gtag('config', '${AppConstants.GA4_MEASUREMENT_ID}', { 'debug_mode': true })`
: ''}
gtag('js', new Date());
gtag('config', '${AppConstants.GA4_MEASUREMENT_ID}',
{
Expand Down

0 comments on commit ff05ff4

Please sign in to comment.