<!-- Google (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=[CONVERSION_ID]"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', '[CONVERSION_ID]');
</script>