Tracking performance of forms - Google analytics

lock
push_pin
done
Answered
5

We are using some SuperOffice forms on our site to make it easy for customers to ask for help, driving leads etc. In the forms it´s possible to ad our Google Analytics code for some kind of tracking. We have set it up according to whats possible to do (as far as I know)

However, the numbers does not ad up.

  • If i compare Forms in GA its not how many times the page where the form is iFramed loaded
    • GA shows 483 forms in period, pageloads shows 1223 in same timeframe
  • If i compare Forms in GA its not how many times a customer sent the form
    • GA shows 483 forms in period, SuperOffice statistics shows 23 answer in actual form in same timeframe

When asking SuperOffice support "whats being tracked?" They does not seem to know themself and referes to Google for sorting this... In my head it seems rather weird that you dont know what data is sent from you application and when? I agree that google is the one to approach in questions about HOW its presented in GA but in this matter i´m wondering WHAT data is sent from FORM to GA and WHEN? 

Anybody that knows what is actually tracked? Anyone sitting on the solution on how to sort this?

What i´m trying to find out is actually how efficient we are in driving for example leads. I would like to be able to compare performance of this in just one plattform instead of needing to like into different systems and coputing the data manually. 

Thanks in advance

11 Mar 2023 | 10:02 AM

All Replies (5)

Hi Jonas. Good questions! 

There is actually no data sent from SuperOffice Forms to GA, there is a GA-agent that is distributed as a cookie from Google to all the clients that use the form, so data is sent from the clients browser to Google.

What we add to the forms is basically just a short javascript that makes the clients download the cookie directly from Google with the tracking code you fill in.

Google change this cookie from time to time, so there is no way for SuperOffice to controll what they are collecting by default. 

That you see 483 loaded forms in GA while only 23 answers are recieved in the same period is not strange if you haven't tuned GA. Then it will collect data from everyone that opens the webpage that the forms are on, including all kinds of robots (google's own, bing, DDG, etc, etc). 

I'd suggest that you create events in GA and use that for tracking. How many have opened the form (make sure to measure the form, not the page that the iframe is on)? How many have pressed the submit-button? Events like that.

I haven't done this myself for Forms, but here are Google's guides on creating events: https://support.google.com/analytics/answer/10085872?hl=en 

13 Mar 2023 | 09:29 AM
Thanks Gaute,
Problem is as I understand it that the actual trigger for the Event that we create needs to be in the form in SO, otherwise it wont be triggered. It´s not a problem to create an event in GA and we can put that on our site but since the form is iFramed into our site there is no way to trigger the event if we can´t get that code into the form.

As I understand your reply the GA-code that we put in the form does not give us any answers at all since we dont know what happens and when? Pretty hard to tune it if nobody knows what triggers it. The numbers i looked at in GA does not ad up at all. Page Views 1223, Forms 483, and in SO i got 23 sent in forms so the number in GA can´t be when the form is loaded either.

Any ideas?
15 Mar 2023 | 08:47 PM

 

It looks to me as if there are few options for monitoring these forms.

action=getForm&id=XX shold be counted for how many times a form is loaded (it's just two times here because I refreshed the screen)

and

action=postForm&id=XX shold be counted for how many times a form is sent in


16 Mar 2023 | 08:40 AM
Great!

This might help us to sort things out, I´ll get my techs to look into that!
16 Mar 2023 | 08:50 AM

I just tried to create some GA4 events on this:

...but I'm not getting any data at all from my test site. It's been a few years since I configured GA and everything has changed, so I might have missed something. 

I see that this message keeps popping up, som I may have to wait a day and try again: 

 If you installed tags more than 48 hours ago, make sure they are set up correctly.

16 Mar 2023 | 09:00 AM

Add reply