• Hello

    I would like to enable “email from website” google adwords conversion after submitting a contact form.

    Here’s the snippet I need to use, based on google advice. How do I implement it as part of CF7 configuration?

    <script>
    function gtag_report_conversion(url) {
      var callback = function () {
        if (typeof(url) != 'undefined') {
          window.location = url;
        }
      };
      gtag('event', 'conversion', {
          'send_to': 'AW-XXXXX/XXXXXXX',
          'event_callback': callback
      });
      return false;
    }
    </script>

    • This topic was modified 11 months, 3 weeks ago by sarbel.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Email from website adwords conversion’ is closed to new replies.