<?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 url builder, cookies and forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/google-url-builder-cookies-and-forms</link>
		<description>Gravity Support Forums Topic: google url builder, cookies and forms</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:12:58 +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-url-builder-cookies-and-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "google url builder, cookies and forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-url-builder-cookies-and-forms#post-184416</link>
			<pubDate>Mon, 25 Mar 2013 19:29:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">184416@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A cookie is the way to go if you want to track them.  There is a 3rd party plugin (for sale) which claims to do this: &#60;a href=&#34;http://helpforwp.com/plugins/google-analytics-tracking-for-forms/&#34; rel=&#34;nofollow&#34;&#62;http://helpforwp.com/plugins/google-analytics-tracking-for-forms/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We've discussed this previously here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/google-analytics-gravity-forms&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/google-analytics-gravity-forms&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here was another discussion of using cookies with Gravity Forms:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/using-cookies-to-populate-forms&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/using-cookies-to-populate-forms&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm no expert in using cookies so I'm not sure exactly which direction to point you in.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dbergsma on "google url builder, cookies and forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-url-builder-cookies-and-forms#post-184414</link>
			<pubDate>Mon, 25 Mar 2013 19:16:21 +0000</pubDate>
			<dc:creator>dbergsma</dc:creator>
			<guid isPermaLink="false">184414@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks for the reply.&#60;br /&#62;
I think the issue is that google adwords sends them to the landing page. They wander around for a while, and ultimately fill out the contact us page. I believe by that time the parameters are gone.&#60;/p&#62;
&#60;p&#62;the only way I can think to persist the values is a cookie. However, when one possesses only a hammer, everything looks like a nail. A cookie may not be the best mechanism.&#60;/p&#62;
&#60;p&#62;If we did the 'read a cookie' and stick it in a form field - where would the code go?&#60;/p&#62;
&#60;p&#62;again, thanks for the help.&#60;br /&#62;
dean
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "google url builder, cookies and forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-url-builder-cookies-and-forms#post-184398</link>
			<pubDate>Mon, 25 Mar 2013 18:59:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">184398@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There's no need to capture it in a cookie.  If the parameters are sent in the query string, you can populate form fields with those values.  You could set up individual fields (make them hidden or admin only) and mark each field &#34;Allow field to be populated dynamically&#34;.  Then give each field a parameter name that matches the paramater names that Google uses.  So, these would be your parameter names:&#60;/p&#62;
&#60;p&#62;utm_source&#60;br /&#62;
utm_medium&#60;br /&#62;
utm_content&#60;br /&#62;
utm_campaign&#60;/p&#62;
&#60;p&#62;Those fields will then be populated with the information that Google sends in the query string.&#60;/p&#62;
&#60;p&#62;Will that work for you?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dbergsma on "google url builder, cookies and forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-url-builder-cookies-and-forms#post-184392</link>
			<pubDate>Mon, 25 Mar 2013 18:48:47 +0000</pubDate>
			<dc:creator>dbergsma</dc:creator>
			<guid isPermaLink="false">184392@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;google adwords allows the creation of url strings&#60;br /&#62;
e.g. &#60;a href=&#34;http://thedivorcecompany.ca/?utm_source=google&#38;amp;utm_medium=display&#38;amp;utm_content=120x160&#38;amp;utm_campaign=Normal&#34; rel=&#34;nofollow&#34;&#62;http://thedivorcecompany.ca/?utm_source=google&#38;amp;utm_medium=display&#38;amp;utm_content=120x160&#38;amp;utm_campaign=Normal&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Wordpress ignores the url strings.&#60;/p&#62;
&#60;p&#62;I would like to capture the url string when people get to the page (I assume a cookie).&#60;/p&#62;
&#60;p&#62;I would like Gravity to allow me to populate a hidden field witht he value of a cookie.&#60;/p&#62;
&#60;p&#62;In poking around, I'm reasonably sure this is possible. The problem -- it may not be possible for me and my abilities.&#60;/p&#62;
&#60;p&#62;Working on the idea that I can 'plant' a cookie, can anyone help me with a real simple way to access the cookie and place its contents in a hidden gravity field.&#60;/p&#62;
&#60;p&#62;As much as I once wrote code (they had just got rid of the card readers in the lab....), this is now over my head. I'd appreciate a reply based on KISS (keeping is simple for the stupid...:))&#60;/p&#62;
&#60;p&#62;I'm thinking this is something that a lot of folks could use.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Dean
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
