By integrating the Google Analytics with FormGet, you can easily collect user’s data and track form visits & leads conversion.

While developing the forms, you should be aware of your form’s stats with relevant questions like:

  • How many people are visiting your forms?
  • How long they are staying at your forms?
  • How many people are leaving the website immediately?
  • How many pages they’re visiting in a session?

And,

FormGet Forms allows you to track all these stats & data by Google analytics integration.

You just need to feed Google Analytics Id and start tracking the results of your forms via Google Analytics Extension.

Sign Up Free



Benefits Of Analysis & Tracking With FormGet:

  • Tracking forms help you to analyze the on page behavior of visitors on your form.
  • You can track the location and number of sessions rate increases in your forms.
  • You can also get to know for which browser your forms are more optimized.

By tracking & analysis these stats, you will be able to know whether your form is substantial enough for your business or not.


How to setup Google Analytics

  1. Go to your Google Analytics account (https://analytics.google.com/analytics/web/). Copy your Tracking Id from Admin -> Tracking Info -> Tracking Code.

    formget-google-analytics


2. Paste this tracking ID in Google Analytics Section.


formget-google-analytics


Now your Google Analytics Integration is ready!. You can see real-time visitors on your form in Google Analytics dashboard.


Events

FormGet offers custom Google Analytics Event for user’s action. Below is the event that is supported by FormGet

formSubmission: This triggers when the form is successfully submitted.

To gain most of the insights you might have to setup Goals for FormGet events.


How to setup Event Goals

1. Go to your Google Analytics account (https://analytics.google.com/analytics/web/). Go to Admin -> Goals.

2. Click on “+ New Goal”.


formget-google-analytics


Then, fill up the Goal details.

    • Goal Setup: Select Custom and continue.

formget-google-analytics


    • Goal Description: Specify your Goal Name and select Event.

formget-google-analytics


    • Goal Details: Enter the following Event details.

            Category: ‘FormGet:XXXXX’

Whereas, XXXXX is your 5 digit Form ID. Get this ID from your Share URL.


formget-google-analytics


Action: ‘formSubmission’

Label: ‘Form title’. (Title of the Form that you’ve given)

           Now click on “Verify this Goal” and Save.


formget-google-analytics


Track Success/Redirected Page

If you want to track your success page after redirection. Then, that page must contain a Google Analytics tracking script in <head> tag. If you already have this tracking script then replace your existing code with the new code given below.

Existing Code:


FormGet Google Analytics


New Code:

<script>
(function(i,s,o,g,r,a,m) {
       i['GoogleAnalyticsObject'] = r;<span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span>
       i[r] = i[r] || function() {
       (i[r].q = i[r].q || []).push(arguments)
       }, i[r].l = 1 * new Date();
      a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');


var _f = {
'alwaysSendReferrer': true
}
var _cd = gct();
var _fid = '';
if(_cd && 'clientId' in _cd) _f.clientId = _cd['clientId'];
if(_cd && 'fid' in _cd) _fid = 'redirect-'+_cd['fid']; 

ga('create', 'UA-XXXXXXX-X', 'auto', _f); // Replace with your property ID.
if(_fid != '') ga('send', 'pageview', _fid); 
else ga('send', 'pageview');

function gct()
{
var vars = [], hash;
var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
for(var i = 0; i < hashes.length; i++)
{
hash = hashes[i].split('=');
vars.push(hash[0]);
vars[hash[0]] = hash[1];
}
return vars;
}


</script>

How to setup Destination Goal

  1. Go to your Google Analytics account (https://analytics.google.com/analytics/web/). Go to Admin -> Goals.
  2. Click on “+ New Goal
    • Goal Setup: Select Custom and continue.
    • Goal Description: Specify your Goal Name and select Destination.
    • Goal Details: Set Destination -> Equals to -> In the input field type “/redirect-<Form ID> “. You can get this unique ID from your Form URL.

      FormGet Google Analytics


    • Enable the Funnel Switch and enter your first step name. Now copy the active page URL shown in Realtime -> Overview and paste it in the Screen/Page.
    • Now add another step. In this you have to enter your destination details. Give it a name you want to and enter the destination URL [same as you give in the Destination above].

      FormGet Google Analytics


Now finally you can see your real-time visitors, Goal hits, and form submissions on your FormGet form.


formget-google-analytics