<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Tag: Google Analytics - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/google-analytics</link>
		<description>Gravity Support Forums Tag: Google Analytics - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:29:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/tags/google-analytics" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Google Analytics Event Trigger and Jquery Error."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-analytics-event-trigger-and-jquery-error#post-349766</link>
			<pubDate>Fri, 28 Jun 2013 08:22:27 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">349766@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you running a multi-page form by chance and are you using AJAX on the form embed?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Forms views Not Accurate"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-views-not-accurate#post-349715</link>
			<pubDate>Fri, 28 Jun 2013 07:54:23 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">349715@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What's not working about it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lukewatson81 on "Forms views Not Accurate"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-views-not-accurate#post-348667</link>
			<pubDate>Thu, 27 Jun 2013 20:00:31 +0000</pubDate>
			<dc:creator>lukewatson81</dc:creator>
			<guid isPermaLink="false">348667@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i am trying to add a few different pop up forms on one page also and it doesn't seem to work.&#60;br /&#62;
Can you add a few different forms as pop ups to one page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>btrilli on "Google Analytics Event Trigger and Jquery Error."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-analytics-event-trigger-and-jquery-error#post-346314</link>
			<pubDate>Wed, 26 Jun 2013 16:50:19 +0000</pubDate>
			<dc:creator>btrilli</dc:creator>
			<guid isPermaLink="false">346314@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am adding the following code to the function.php file to achieve Google Analytics Event Triggers. I believe the code is right.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_after_submission&#38;quot;, &#38;quot;gf_ga_tracking&#38;quot;, 10, 2);
function gf_ga_tracking($entry, $form) {
?&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
 jQuery(document).ready(function($) {
 _gaq.push([&#38;#39;_trackEvent&#38;#39;, &#38;#39;Forms&#38;#39;, &#38;#39;Submission&#38;#39;, &#38;#39;&#38;lt;?php echo $form[&#38;quot;title&#38;quot;]; ?&#38;gt;&#38;#39;]);
});
&#38;lt;/script&#38;gt;
&#38;lt;?php }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but I am receiving a ReferenceError: jQuery is not defined @ &#60;a href=&#34;http://domain.com/request-service/#gf_5:3&#34; rel=&#34;nofollow&#34;&#62;http://domain.com/request-service/#gf_5:3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I know I have to have jQuery added to the page. But I figured it was taken care of by another plugin from the following code on my page:&#60;/p&#62;
&#60;p&#62;&#38;lt;script type='text/javascript' src='http://domain.com/wp-content/plugins/wp-lightbox/js/jquery.min.js?ver=1.7.1'&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;Does it need to be a specific version?&#60;br /&#62;
I disabled the plugin and I tried adding jquery by adding the following code into function.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;#39;init&#38;#39;, &#38;#39;add_jquery&#38;#39;);
function add_jquery() {
	wp_enqueue_script(&#38;#39;jquery&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;now it has the following code in the page source: &#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://domain.com/wp-includes/js/jquery/jquery.js?ver=1.8.3&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but still gives me the jquery not defined error.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Greg
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dtche1 on "Onclick Google Event Tracking"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/onclick-google-event-tracking#post-302506</link>
			<pubDate>Tue, 04 Jun 2013 23:24:31 +0000</pubDate>
			<dc:creator>dtche1</dc:creator>
			<guid isPermaLink="false">302506@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@askena - thanks for the tip on disabling the auto format. I am going to give that a try.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>btrilli on "Onclick Google Event Tracking"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/onclick-google-event-tracking#post-301632</link>
			<pubDate>Tue, 04 Jun 2013 13:43:10 +0000</pubDate>
			<dc:creator>btrilli</dc:creator>
			<guid isPermaLink="false">301632@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using the same approach as caconroy1 I am adding the following code to the function.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_after_submission&#38;quot;, &#38;quot;gf_ga_tracking&#38;quot;, 10, 2);
function gf_ga_tracking($entry, $form) {
    ?&#38;gt;
    &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
	jQuery(document).ready(function($) {
            _gaq.push([&#38;#39;_trackEvent&#38;#39;, &#38;#39;Forms&#38;#39;, &#38;#39;Submission&#38;#39;, &#38;#39;&#38;lt;?php echo $form[&#38;quot;title&#38;quot;]; ?&#38;gt;&#38;#39;]);
	});
    &#38;lt;/script&#38;gt;

&#38;lt;?php }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but I am receiving a  ReferenceError: jQuery is not defined @ &#60;a href=&#34;http://domain.com/request-service/#gf_5:3&#34; rel=&#34;nofollow&#34;&#62;http://domain.com/request-service/#gf_5:3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I know I have to have jQuery added to the page. But I figured it was taken care of by another plugin. from this code on my page:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://culliganwaterdeals.com/wp-content/plugins/wp-lightbox/js/jquery.min.js?ver=1.7.1&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If now what is the best way to add jquery to my site?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Greg
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tom_haese on "Google Adwords conversion tracking"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-adwords-conversion-tracking#post-288367</link>
			<pubDate>Thu, 30 May 2013 02:21:58 +0000</pubDate>
			<dc:creator>tom_haese</dc:creator>
			<guid isPermaLink="false">288367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have an additional question. I like to track to things in one form.&#60;/p&#62;
&#60;p&#62;On our form you can choose &#34;offer&#34; or &#34;buy&#34; and i like to track that seperate. is there a way to achiev this with one offer?&#60;/p&#62;
&#60;p&#62;thx for helping me&#60;br /&#62;
thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Google Anaytics Tracking"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-anaytics-tracking#post-263179</link>
			<pubDate>Mon, 20 May 2013 10:06:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">263179@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it sorted.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryanoelke on "Google Anaytics Tracking"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-anaytics-tracking#post-261497</link>
			<pubDate>Sun, 19 May 2013 13:48:29 +0000</pubDate>
			<dc:creator>ryanoelke</dc:creator>
			<guid isPermaLink="false">261497@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;never mind! I see redirect is already an option in the the form confirmation settings:P&#60;/p&#62;
&#60;p&#62;thanks!&#60;br /&#62;
-ryan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryanoelke on "Google Anaytics Tracking"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-anaytics-tracking#post-260067</link>
			<pubDate>Sat, 18 May 2013 14:18:47 +0000</pubDate>
			<dc:creator>ryanoelke</dc:creator>
			<guid isPermaLink="false">260067@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'm curious of ways I can track links going to a form and submissions. I did see that you all have documentation to redirect a confirmation to a url. Using a link in google analtyics and then creating a funnel, I could definitely do it that way. Just curious if there are any other ways that don't require a redirect. If it involves more hacking in the code than that, I'd probably just stick with a simple redirect, but figured I'd ask. &#60;/p&#62;
&#60;p&#62;thanks!&#60;br /&#62;
-ryan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
