Tracking conversions in adwords

  • hosster77
    Asked on April 4, 2019 at 3:14 PM

    I may have to stop service, I can't figure out how to properly track conversions and at this point I'm spending thousands a day in adwords. It looses track when they submit the form and look like a bounce even though i have them land on a thank you page with code???

  • Nick_So
    Replied on April 4, 2019 at 5:01 PM

    I am not sure if I understood your requirement but you can use the Google Analytics Widget http://widgets.jotform.com/widget/google_analytics to track the activities and behaviors of visitors on your form.

    Let me know if you have any questions.


  • hosster77
    Replied on April 5, 2019 at 2:14 PM

    SO DO I PASTE THIS INTO THE UNIVERSAL TRACKING CODE AREA WITHIN THE WIDGET TO TRACK CONVERSIONS IN ADWORDS??

    <!-- Event snippet for instant Quote Form Submit conversion page

    In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->

    <script>

    function gtag_report_conversion(url) {

      var callback = function () {

        if (typeof(url) != 'undefined') {

          window.location = url;

        }

      };

      gtag('event', 'conversion', {

          'send_to': 'AW-1038175823/ByxuCOnAmZgBEM-che8D',

          'event_callback': callback

      });

      return false;

    }

    </script>

  • Kevin Support Team Lead
    Replied on April 5, 2019 at 3:17 PM

    No, JavaScript code is not allowed so you cannot add the code from the form builder, the widget provided only requires the tracking ID, please check it in order to see how it works. 

    If you require to add the code, then you will need to get the form source code and embed it on a page where you can add the code, this guide will help you doing so: https://www.jotform.com/help/104-How-to-get-the-Full-Source-Code-of-your-Form