Contact Form 7 - Google Analytics Tracking
I`m trying to track submitted contact forms in google analytics with contact form 7. I tried the following: I placed the code on_sent_ok: 'ga('send', 'event', 'Contact Form', 'su
Solution 1:
How did you set up event in google analytics? Maybe you need to pass a value in ga function.
If you set a value to 0 here and its "Greater than" selected, then you have to pass a value of '1' in ga send function.
Solution 2:
You might want to try the Contact Form 7 Google Analytics Intelligence plugin, https://wordpress.org/plugins/cf7-intelligence. It automates the whole process including goal creation.
Post a Comment for "Contact Form 7 - Google Analytics Tracking"