I would also like this feature
Also is it possible to track multiple forms with different names? As now only the button text differentiates them and usually “register” is “register” everywhere 🙂
For CF7, in Additional Settings tab of your form use:
on_sent_ok: "ga('send', 'event', 'Your category', 'You action', 'Your label');"
Thank you for your answer, Alin,
Isn’t this solution going to be depreciated https://contactform7.com/tracking-form-submissions-with-google-analytics/ ?
And if using it should i turn off form submissions tracking in the plugin settings?
Thanks.
Yes, and the developer gives an alternative: see https://contactform7.com/dom-events/.
Answering your original question, as long as there’s no standard for successful submission of a form it will be impossible to have a reliable solution which works out-of-the-box for all forms. Each form plugin will need its own integration, in this case using Dom Events.
Thank you, Alin,
Your help is appreciated.
What about scroll events? Can we somehow put exact page parts which we want to be recorded instead of 25%, 50% etc.?
And what about bounce rate? We would like that when some of the events fire (f.e. 75% of page is scrolled) the session is not calculated as bounced. Is that also possible to setup?
Thanks again.