templates/Elements/google-analytic-code.html.twig line 1

Open in your IDE?
  1. <!-- Global site tag (gtag.js) - Google Analytics -->
  2. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-144745237-1"></script>
  3. <script>
  4.     window.dataLayer = window.dataLayer || [];
  5.     function gtag() {
  6.     dataLayer.push(arguments);
  7.     }
  8.     gtag('js', new Date());
  9.     gtag('config', 'UA-144745237-1');
  10.     gtag('config', 'AW-16733446696');
  11.    gtag('event', 'conversion', {
  12.       'send_to': 'AW-16733446696/Jn7pCOvCp9sZEKjEkKs-',
  13.       'value': 1.0,
  14.       'currency': 'USD',
  15.       'transaction_id': ''
  16.       });
  17. </script>