custom-footer.html 498 B

12345678910111213141516
  1. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-37637545-1"></script>
  2. <script>
  3. window.dataLayer = window.dataLayer || [];
  4. function gtag(){dataLayer.push(arguments);}
  5. gtag('js', new Date());
  6. gtag('config', '${ conf.GTAG_ID.get()}', {
  7. // Prevent GA from accidentally passing client meta data present in urls
  8. send_page_view: false,
  9. page_location: 'redacted',
  10. page_referrer: 'redacted',
  11. allow_google_signals: false,
  12. cookie_expires: 0
  13. });
  14. </script>