Tracking Required Form Fields in Google Analytics
-
I tried searching for this elsewhere but am having a hard time finding a good answer.
Is it possible to track the effect of required form fields on conversions in Google Analytics? In other words, how do I track whether or not more/less people fill out a form if I make "Last Name" a required field?
Thanks
-
Most statistics will tell us that contact forms with less fields usually look less "scary" and usually have better conversion rates. So taking the 2 name fields and consolidating them into 1 field gave us the ability to get rid of 1 field and we actually found before/after that users were giving us their full name.
-
As far as I'm aware, both experiments work in a similar way, but the multivariate tests have more than one alternative. So instead of just having your original form plus a new trial version (A/B), you would have several trial versions running at the same time.
It's up to you to change the elements on the page and save as a new version to trial, I don't think Google can do that.
Good luck!
-
Hmm, intersting idea. What's the logic behind Full Name as opposed to First & Last?
-
Thanks Heather
I haven't used Website Optimizer too much but I have a basic understanding of what's going on. Are you thinking this would call for an A/B test?
Am I correct in thinking that A/B tests send users to different pages and multivariate tests change various elements for a single page?
-
Hello Kyle,
That's a good question. To my knowledge, I don't believe there is a way to split test that type of tracking in Google Analytics. What I would recommend to facilitate the test is by using something like Website Optimizer to do a traditional split test and look at the abandonment rate per page to see if there is a large difference.
Another helpful strategy I have used in the past when people ask me about name fields is not using First & Last, but using Full Name. Granted, depending on if you're feeding a database and those variable presets may not be very accommodating to that strategy. Hopefully that could help as well.
-
Perhaps you could try Google's Website Optimiser. That way you could have two versions (or more) of your form, with and without required fields, then set the conversion page as your 'thankyou' page. Google will then display each version of your page an equal number of times and record the conversions.
You'll be able to report on which version of your page is the most successful at getting people to fill in and submit the form.
Hope that helps.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
How to exclude traffic for a specific mobile device in Google Analytics view?
Hi, Need help on how to exclude traffic for a specific mobile device in Google Analytics view. I have been searching and the only information available is excluding IP address of internal traffic. Is there any way to exclude traffic through a mobile MAC address?
Reporting & Analytics | | Khadija_K0 -
Google Analytics
How can you see the conversion rates for the referral traffic? For example I want to see if any of the facebook visits to my site resulted in a purchase.
Reporting & Analytics | | EcomLkwd0 -
Google Analytics is not showing me eCommerce Section Details for My Online eCommerce Website!
From Last few days we are not able to find any details from eCommerce section at Good Analytics account for our eCommerce website i.e order detail, Price e.t.c. Please any one can suggest proper solution for this query?
Reporting & Analytics | | yuvastyle0 -
How to devide Google traffic into local google traffic (.com , .uk , .cn etc) in Analytics
Hi, friends In google analytics , we can see search traffic from google, but is it possible to deeply see from which local google? eg: .com , .uk, .hk etc? Thanks alots
Reporting & Analytics | | topchinaseo
Boson0 -
Google Analytics Campaigns
I need the help of a smart Mozzer. In Google Analytics: Traffic Sources>Sources>Campaigns all the results shown are from RSS. Can anyone help me with why RSS results would be displayed in Campaigns?
Reporting & Analytics | | waynekolenchuk0 -
How to track what people type on my text boxes on Google Analytics?
Hi there! In our website, we have a few text boxes that users need to use to complete the goal. The boxes aren't search boxes, but it's still important to us to track what people type on it. I'm looking for a way to track the data through the "event" feature in Google Analytics, but it seems that this tracker can only calculate clicks, or video views etc. Does anyone knows how to track do it?
Reporting & Analytics | | ivan.precisodisso0 -
Google Analytics Options
A couple of months ago, I read about a new web stats application that is real time but more importantly let's you track user actions on a page (i.e. which buttons were clicked for example). This information would obviously be very helpful in continuing to improve site performance. Anyone have suggestions or know the name of this application? I do not mind paying but am not looking for an enterprise class application.
Reporting & Analytics | | Mont0 -
Google Analtyics Cross Domain Tracking - in a form
I have a 3rd party booking engine that is causing my own domain to show up as a top referreral in google analytics. The vendor is on my very last nerve 🙂 So they're not helping. Would anyone be interested in helping a newbie out with a frustrating problem? Code: Reservations Page - function SubmitReservationForm() {. . . .
Reporting & Analytics | | jenny05
ResLink = "http://www.bookingengine.com/res/vn4/checka.aspx?month=" + Month + "&day=" + Day + "&year=" + Year + "&nights=" + Nights + "&rooms=" + Rooms + "&adults=" + Adults + "&children=" + Children + "&B1=Check+Availability&hotelid=xxxx"
pageTracker._link(ResLink);
return true;
} On Every page: Any thoughts would be appreciated! I believe the problem is pageTracker._link(ResLink); but I'm clueless on fixing it.1