Google Analytics Conversion Tracking

To start tracking form submissions using Google Analytics 4, you'll need the create a conversion in your analytics console.

How to set up events as Goal conversions in Google Analytics

  1. Login into your Google analytics account , click admin button then under view column click Goals (Screenshot)

  2. Click on +New goal button (screenshot)

  3. Scroll down and select the custom option (screenshot)

  4. Enter the name of the Goal and select Event as type Goal when filling in the Goal description then click continue. (Screenshot)

  5. In the final step fill in the goal details then click save (Screenshot)

  6. Use the Google analytics code for your website and the Google analytics Event Tracking Snippet to set up your event tracking.

Note: Ensure to replace the values on the Google analytics event tracking snippet shown below with the values you entered in the previous step when entering the goal details.

Example

Replace event category and event action ga('send', 'event', 'Guides', 'download-guide');

Google Analytics embed code

<!-- Google Analytics -->

<script>

(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;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','https://www.google-analytics.com/analytics.js','ga');


ga('create', 'UA-XXXXX-Y', 'auto');

ga('send', 'pageview');

</script>

<!-- End Google Analytics -->

Google Analytics Event Tracking Snippet

<!-- Google Analytics Event Tracking Start -->

<script>

ga('send', 'event', 'event_category', 'event_action');

</script>

<!-- Google Analytics Event Tracking End -->

You should now have two pieces of code. Whichever method you choose for placing this code, the Embed Code should always be added before the event tracking snippet.

Conversion Tracking in FunnelBud Landing Page funnels

  1. Open your FunnelBud landing page

  2. Click on the Code button on the left pane

  3. Select "All Pages" at the top

  4. Click on the "Head" button

  5. Add the Google Analytics tracking code

  6. Switch to the page that will be viewed after conversion (after filling out the form)

  7. Click on the "Head" button

  8. Add the conversion tracking snippet

2019-03-20_15h02_03.mp4

Conversion Tracking in FunnelBud Forms

These instructions only apply if you are using the built-in Thank You page with the FunnelBud form. If you redirect the contact to another page after filling out the form, you should place the event tracking snippet on that page.

  1. Go to Content > Forms

  2. Select your form on the left hand side (you might need to click View All to see it)

  3. Click the top right gear button, select Edit Form

  4. Go to the General tab

  5. Click the edit button next to the option "Use Custom "Thank You" page"

  6. Place both pieces of code inside of the Head tag, make sure that the tracking code is first, and the event snippet second.

2019-03-20_15h06_14.mp4

Written By: Sam Koekemoer

Contributor: Denis Muhuri