<?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 Topic: Google Analytics conversion tracking</title>
		<link>https://legacy.forums.gravityhelp.com/topic/google-analytics-conversion-tracking</link>
		<description>Gravity Support Forums Topic: Google Analytics conversion tracking</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 10:40:38 +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/topic/google-analytics-conversion-tracking" rel="self" type="application/rss+xml" />

		<item>
			<title>netigate on "Google Analytics conversion tracking"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-analytics-conversion-tracking#post-59121</link>
			<pubDate>Wed, 16 May 2012 08:17:55 +0000</pubDate>
			<dc:creator>netigate</dc:creator>
			<guid isPermaLink="false">59121@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;webbizideas: i see your idea. that would mean to make some huge changes to adapt all the different variables, otherwise you need to track for each form the indnvidual event campaignname and campaigncategory (same for pageview pushes).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webbizideas on "Google Analytics conversion tracking"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-analytics-conversion-tracking#post-57629</link>
			<pubDate>Thu, 03 May 2012 13:56:57 +0000</pubDate>
			<dc:creator>webbizideas</dc:creator>
			<guid isPermaLink="false">57629@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;Why all this code just to track Google Goals?? Why not use ONE thank you page and just MAKE UP your own EXACT MATCH URL's in Google Analytics, without messing with a bunch of code?&#60;/p&#62;
&#60;p&#62;Scenario: I have 15 forms. I have ONE thank you page for all of them. But I have 15 EXACT MATCH urls to track each form individually in google analytics.&#60;/p&#62;
&#60;p&#62;Step 1 - Create your ONE thank you page (&#60;a href=&#34;http://www.example.com/thank-you&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/thank-you&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;Step 2 - In Gravity Forms, use the redirect method, but MAKE UP ANY paramaters in the goal URL you want. Example: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.example.com/thank-you?form=1&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/thank-you?form=1&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.example.com/thank-you?form=2&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/thank-you?form=2&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.example.com/thank-you?form=2&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/thank-you?form=2&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.example.com/thank-you?country=unitedstates&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/thank-you?country=unitedstates&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.example.com/thank-you?state=mn&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/thank-you?state=mn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.example.com/thank-you?whatever=youwant&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/thank-you?whatever=youwant&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;All that has to remain constant is the ONE thank you page URL you created. The MADE UP paramaters at the end of the URL will display your original thank you page just fine in Wordpress.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>netigate on "Google Analytics conversion tracking"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-analytics-conversion-tracking#post-55963</link>
			<pubDate>Fri, 20 Apr 2012 10:57:27 +0000</pubDate>
			<dc:creator>netigate</dc:creator>
			<guid isPermaLink="false">55963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alright. I guess i figured this out now, how to use track google analytics and using at the same time always the same thank you page. Works even with Wordpress MU:&#60;/p&#62;
&#60;p&#62;Enter this in your confirmation message (type = text):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
	jQuery(document).ready(function($) {
             location = &#38;#39;http://www.thankyougpage.com/&#38;#39;;
		_gaq.push([&#38;#39;_trackPageview&#38;#39;, &#38;#39;/goal_1/submission.html&#38;#39;]);
		_gaq.push([&#38;#39;_trackEvent&#38;#39;, &#38;#39;Inbound&#38;#39;, &#38;#39;campaignname&#38;#39;]);
	});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>netigate on "Google Analytics conversion tracking"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-analytics-conversion-tracking#post-55948</link>
			<pubDate>Fri, 20 Apr 2012 10:20:30 +0000</pubDate>
			<dc:creator>netigate</dc:creator>
			<guid isPermaLink="false">55948@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;just noticed, that this method doesnt also work if you use Wordpress MU, because the forms on all sites use the same form IDs
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slocumstudio on "Google Analytics conversion tracking"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-analytics-conversion-tracking#post-53690</link>
			<pubDate>Wed, 28 Mar 2012 12:44:29 +0000</pubDate>
			<dc:creator>slocumstudio</dc:creator>
			<guid isPermaLink="false">53690@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm looking for an answer to this too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>netigate on "Google Analytics conversion tracking"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-analytics-conversion-tracking#post-53261</link>
			<pubDate>Fri, 23 Mar 2012 08:29:29 +0000</pubDate>
			<dc:creator>netigate</dc:creator>
			<guid isPermaLink="false">53261@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have read several posts here about tracking submisions via GA, but i have to say that i am not really satisfied with these solutions. for the price we pay for this plugin it should be easier to track submissions. Even your old Contact Form 7 had a way to easily track the data. There are soo many other plugins for gravity forms, but there is none for tracking it with Google Analytics. How can that be? Its aaaalllll just about tracking submissions and sales!&#60;/p&#62;
&#60;p&#62;Anyways, I cant use the inline code method mentioned at &#60;a href=&#34;https://skitch.com/carlhancock/8b86k/edit-forms-gravity-forms-v1.6-wordpress&#34; rel=&#34;nofollow&#34;&#62;https://skitch.com/carlhancock/8b86k/edit-forms-gravity-forms-v1.6-wordpress&#60;/a&#62;, because i am using a thankyou page. i also cant place the code in there as well, because i am using the same page with a few other processes and i got a tracking code int there already.&#60;/p&#62;
&#60;p&#62;Is there an easy way to at a code like &#34;_gaq.push(['_trackEvent', 'download', 'Download PDF 1']);&#34; to the submit button of a form?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
