When the plugin is activated, the form does not submit and keeps spinning.
]]>I would like to know for each lead that comes through my contact form, what was the original source of traffic. I would like that stored in gravity forms with the form submission. Is this possible? If not, will analytics show the QTY of form submissions and the source of traffic for those submissions?
]]>On the last plugins update site became unreachable (the message you get during the updates). The site access resumed only after renaming (deactivating in file manager) this particular plugin. Might need an update.
running on Siteground staging PHP 7.3.33
WordPress 6.1.1
List of active plugins:
Gravity Forms Version 2.7.2 by Gravity Forms
Gravity Forms Coupons Add-On Version 3.1 by Gravity Forms
Gravity Forms HubSpot Add-On Version 1.8 by Gravity Forms
Gravity Forms Mailchimp Add-On Version 5.2.0 by Gravity Forms
Gravity Forms Partial Entries Add-On Version 1.7 by Gravity Forms
Gravity Forms PayPal Standard Add-On Version 3.5 by Gravity Forms
Gravity Forms Slack Add-On Version 2.0 by Gravity Forms
Gravity Forms Stripe Add-On Version 4.3 by Gravity Forms
Gravity Forms Trello Add-On Version 2.0 by Gravity Forms
Gravity Forms Twilio Add-On Version 2.9 by Gravity Forms
Gravity Forms User Registration Add-On Version 5.1 by Gravity Forms
Gravity Forms Webhooks Add-On Version 1.5 by Gravity Forms
Gravity Forms Zapier Add-On Version 4.2 by Gravity Forms
Mailgun Version 1.9 by Mailgun
ManageWP - Worker Version 4.9.16 by GoDaddy
Nav Menu Roles Version 2.1.2 by Kathy Darling
Safe Redirect Manager Version 1.11.1 by 10up
Safe SVG Version 2.0.3 by 10up
SiteGround Optimizer Version 7.3.1 by SiteGround
SmartCrawl Pro Version 3.5.0 by WPMU DEV
Smush Pro Version 3.12.6 by WPMU DEV
Snapshot Pro Version 4.15.0 by WPMU DEV
The SEO Framework Version 4.2.8 by The SEO Framework Team
WPMU DEV Dashboard Version 4.11.18 by WPMU DEV
List of all other updates that were queued up:
Divi March 14th, 2023 at 3:34 4.19.5 to 4.20.2
Snapshot Pro March 14th, 2023 at 3:34 4.14.0 to 4.15.0
Smush Pro March 14th, 2023 at 3:34 3.12.5 to 3.12.6
SmartCrawl Pro March 14th, 2023 at 3:34 3.4.3 to 3.5.0
Wordfence March 14th, 2023 at 3:34 7.8.2 to 7.9.1
Autodescription March 14th, 2023 at 3:34 4.2.7.1 to 4.2.8
Sg Cachepress March 14th, 2023 at 3:34 7.3.0 to 7.3.1
Query Monitor March 14th, 2023 at 3:34 3.11.1 to 3.11.2
Hummingbird Pro March 14th, 2023 at 3:33 3.4.0 to 3.4.3
Branda Pro March 14th, 2023 at 3:33 3.4.8 to 3.4.9
Defender Pro March 14th, 2023 at 3:33 3.8.1 to 3.9.0
Beehive Pro March 14th, 2023 at 3:33 3.4.4 to 3.4.5
Gravityformsuserregistration March 14th, 2023 at 3:33 5.0 to 5.1
Gravityformsmailchimp March 14th, 2023 at 3:33 5.1 to 5.2.0
Gravityforms March 14th, 2023 at 3:33 2.6.9 to 2.7.2
]]>
When using gravity form address field your plugin adds the various parts as individual item to the “GFEntryData” variable, but it adds a “.1” “.2” etc.
Her si what the notation looks like:
GFEntryData: {
8.1: “value”,
8.2: “value”,
etc
}
So to call them I have to use the notation: “GFEntryData.8.1”
But Decimals hold a special meaning. They signify the JSON layers. This meant he notation of “GFEntryData.8.1″is actually looking for a sub element to “GFEntryData.8”.
GFEntryData: {
8: {
1: “value”,
2: “value”,
}
}
So I’m unsure how to actually pull these values with the plugin’s output.
Google is deprecating GA3 after July 2023.
What does this mean for you?
There’s two choices:
For those using GA4 or are thinking of switching, I’ve written and released a guide on how to get this plugin working with GA4.
In short, since GA3 is being deprecated, I recommend installing and receiving data from GA4 as quickly as possible.
If you are inquiring about the Rocket Genius Google Analytics Add-on and GA4, they have a GA4 integration tutorial.
There are still many areas of GA4 to explore. The dev tools are still in alpha, and frankly, people don’t know what to do with it yet. But I recommend at the very least installing GA4 alongside GA3.
Developers: start learning GA4 deeply.
]]>Thanks for continuing to maintain this. I can’t get the form field values to display on the “official” app but this one works perfectly.
]]>Hello,
Greetings for the day.
Please help me out with the creation of Data Layer Variables having a “dot” in the digits, for example, 4.3.
Please see the screenshot on this link:
I have tried using GFEntryData.4.3
And, have tried using GFEntryData[5.3].
Regards.
]]>Hi,
I have set up the plugin and submitted the form to check the events tracking. So when I checked in the analytics event section the events are recorded 4 times.
when I submitted the form again and checked again the event count are 8 times.
I don’t know what is happening. Could you please help with the problem?
Thanks.
]]>I keep getting the following error in my PHP error log. It appears VERY often in the error log:
[08-Nov-2022 16:22:02 UTC] PHP Warning: Undefined array key "128.1" in /home/utpbjsmy/public_html/wp-content/plugins/gravity-forms-google-analytics-event-tracking/includes/GFGAET_Partial_Entries.php on line 205
[08-Nov-2022 16:22:02 UTC] PHP Warning: Undefined array key "129.1" in /home/utpbjsmy/public_html/wp-content/plugins/gravity-forms-google-analytics-event-tracking/includes/GFGAET_Partial_Entries.php on line 205
[08-Nov-2022 16:22:02 UTC] PHP Warning: Undefined array key "130.1" in /home/utpbjsmy/public_html/wp-content/plugins/gravity-forms-google-analytics-event-tracking/includes/GFGAET_Partial_Entries.php on line 205
Is this something that I can address or something that the developer of this plugin has to address?
Thanks,
]]>I want to start by saying that your step-by-step videos to set up GA4 on YouTube are awesome. You took a complex process and explained it without any nonsense or time wasting. I was able to get it all set up and working correctly on the first try. So, thanks for that!
Unfortunately, it seems that Gravity Forms is trying to force legacy Developer license holders to switch to a $260/year plan with the ONLY added benefit being access to their new Analytics tracking add-on. I suppose this was a strategic decision due to everyone shifting to GA4… I think it’s dirty.
I’m not clear on whether this plugin will be supported long-term, so I’m uncertain whether to use it on client websites moving forward.
Do you have a sense of how long you’ll support this? Gravity Forms users who are not on the “Elite” license plan will still need a solution.
Thanks!
Erik
So gravity form event tracking plugin has fields to specify matomo settings to send data.
My question is about the next step after this – how do I go about tracking these events in Matomo?
They are currently not showing up under events automatically after the setup above.
Thanks`
]]>Hey – I set up goal tracking for UA3 using this great plugin. After watching the guide for GA4, am I correct that I will have to change this feed so I can measure both.
The measurement protocol in the original guide was for ‘default’, in the GA4 guide it is set to ‘Tag Manger’ – so I’m guessing that I need to move all my tracking to Tag Manager?
]]>when we fill out the form, and click submit button , email goes to the recipients but contact page looks unresponsive, stuck.
If i deactivate your plugin, then no issue, email sent and contact page shows thank you message.
Can you help why it is ?
]]>We have a 2-step gravity form for this client. Event/goal tracking is in place in Google Analytics and has been since March 2021.
After digging into the data today, I realized that conversions from Facebook Ads traffic are not being recognized properly. When a user from a Facebook Ad fills out the form, it seems to trigger a conversion but does not properly attribute the source/medium.
Any idea why this would be? We’re not having this issue with traffic from Google Ads or Microsoft Ads. Although those campaigns are going to different landing pages with a different version of a similar form.
According to Gravity Forms, we have had 9 successful form fills of this form in 2022, all with URLs tagged with Facebook Ad UTM parameters. I cannot find any of these in Google Analytics.
Any help is much appreciated!
]]>How do I add a facebook event tracker sensitive to the submit button click?
]]>I have an event set up to track the amount of form completions. I discovered that if a user clicks the submit button multiple times, it causes multiple events to fire. Any fix for this?
]]>Hi,
I am using this plugin and I have hubspot in my site. And I am getting more leads in Hubspot. That means some leads are missing in this plugin. Can you please see if there is any bug in the plugin?
Thank you,
Arun
Gravity Forms has a beta for their official Google Analytics add-on.
The Google Analytics add-on will be the successor to this plugin. It will automate all the goal creation, tag creation, etc, right inside the WordPress interface.
There’s no longer a need to go back and forth from WordPress and GA and hope everything works.
One of the major pain points of the Event Tracking plugin is Tag Manager. The new add-on will create all the variables, events, and tags for you. If you use Tag Manager on multiple sites, this will save you a TON of time.
If you’re an existing Gravity Forms user, you can download the beta for free.
]]>Hi there. I just wanted to post some quick links to help get you started with the plugin.
For general documentation, please visit the Event Tracking documentation.
For detailed documentation, please download my Event Tracking testing guide. Use dotorg
as the coupon code during checkout to get it for free.
For Google Analytics 4 (GA4), I have a free 5-part video series that walks you through it.
If you have any questions, please reply below.
]]>Gravity Forms Event Tracking is causing a conflict with the GravityView plugin on our site where we cannot edit and update any Gravity Forms entries in any table through GravityViews. Updating an entry either results in a blank page or a page containing a raw form without formatting (which does not work). GravityView support advised to contact you.
]]>I have set up event tracking on the form on the linked page.
When I submit the form, no event is sent to Google Analytics (and no conversion goal is recorded either).
I have the Defender Pro plugin installed and I am wondering if this problem could be related to that or if it this may be related to some other issue.
]]>Hi. We use your plugin a lot on sites and we found a site with multiple Gravity Forms that stopped sending Events since May that we have configured. No events show. How do we start to diagnose this issue?
]]>Hello,
I saw your pagination documentation with analytics and the video, it seems it has changed a little bit for this version now on Form Settings we have Pagination Event Tracking where it has some default values.. I’d like to know a couple things
1) This means I do not have to create a new event tracking?
2) If I’d like to track only when reaching the last page is there an option for this? care to explain?
3) Default values Label: {form_title}::{source_page_number}::{current_page_number} I only have to change this here? or also on analytics also added literally like that? or the actual form title, etc… since having 3 forms I think default values will add each form values? dont I have to change the label on analytics?
Thanks
Thanks
]]>I have created a multi-page form in gravity forms. As you know the URL is the same across the steps, it’s not unique.
I am using this plugin but am not able to track the different pages as separate goals in Google analytics. I need to get the exact figure of users that took action on every page of the form so that I can see at which page people drop off the most. Is that possible?
Any help is highly appreciated.
]]>With the settings set for GTM, enable utm parameters, and ajax only can you set up the event to send to both GA3 and GA4?
]]>Hello. I used this tutorial to set up GA4 with Gravity Forms: https://mediaron.com/event-tracking-with-gravity-forms-and-google-analytics-4/ and I ran a test on several of my forms with success, but there were two form submissions that were from other people and the event tracking didn’t work for them. Why would it successfully work for me when running a test and not for others?
I used the GTM setup with ajax enabled.
]]>Hello,
For our form, the event is sent twice to Google Analytics.
We have activated the Ajax option for forms and send data directly to Google Analytics (without Tag Manager).
Category, Label and Action are named correctly, but as I said, the event is fired twice. There is a “2” next to the event in Analytics (v4).
What could be the reason for this? My research has not yielded any results so far.
Thanks & Best regards
]]>Is there a way for us to use this plugin to track which campaign this the user submits the form from?
Example: https//www.example.com/my-form/?utm_source=abc&utm_medium=facebook&utm_campaing=test
Could we make it so that it would track all of this data?
Thank you
]]>Hi,
Are we able to track eCommerce events? I couldn’t figure out how to get these to track.
Thanks.
]]>Hello,
I followed the instructions in the documentation and video for Gravity Forms Google Tag Manager Mode Setup but GTM does not seem to be tracking. Either I am missing something in the setup process or the plugin is not working.
I see three days ago v2.4.10 was released that says “Fixing a bug caused another. Fixing GTM not sending any events.”
Any insight you can provide on resolving this would be greatly appreciated. We are using this on two sites, neither of which is tracking correctly.
]]>