<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using the Google Analytics Cookies</title>
	<atom:link href="http://www.pickledshark.com/google-analytics-cookies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pickledshark.com/google-analytics-cookies/</link>
	<description>Web Development, SEO and Internet Entrepreneurship</description>
	<lastBuildDate>Wed, 30 Nov 2011 20:54:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Russell</title>
		<link>http://www.pickledshark.com/google-analytics-cookies/comment-page-1/#comment-6700</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Wed, 30 Nov 2011 20:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=14#comment-6700</guid>
		<description>I have a question. I figured this group might be a good place to ask it. I have been using Google Analytics for a while. For one of my customers we use campaign tracking extensively. And recently we started collecting Multi Channel Funnel analytics. The primary reason for using it is so we can tracking which campaigns people are coming from and then when someone fills out an inquiry form, we have a goal set up (the inquiry thank you page), so Google Analytics can associate the goal with the campaign(s) that let that person to the thank you page. 

My customer asked me today, &quot;That information is great and extremely valuable. What would make it even better is if when the visitor arrived at the inquiry form, there was a way to extract the campaign information from the analytics cookie and put that into a hidden field on the form...so when the form is submitted, the sales person that receives it not only sees the information the visitor filled out, but they also have a field that shows which campaign(s) let that person to ultimately fill out the inquiry form.&quot; That was not verbatim, but hopefully you understand what they are asking for.

I know that the cookies must track all of the campaigns because Google Analytics shows that information in the reports. It&#039;s automatically pulling out that information when someone lands on the inquiry form page and putting it into a hidden field (they don&#039;t want the customer seeing that information) so the sales department can see it that will really complete the report system.

If anyone knows how to do this or has any insights that would be awesome. Thanks.</description>
		<content:encoded><![CDATA[<p>I have a question. I figured this group might be a good place to ask it. I have been using Google Analytics for a while. For one of my customers we use campaign tracking extensively. And recently we started collecting Multi Channel Funnel analytics. The primary reason for using it is so we can tracking which campaigns people are coming from and then when someone fills out an inquiry form, we have a goal set up (the inquiry thank you page), so Google Analytics can associate the goal with the campaign(s) that let that person to the thank you page. </p>
<p>My customer asked me today, &#8220;That information is great and extremely valuable. What would make it even better is if when the visitor arrived at the inquiry form, there was a way to extract the campaign information from the analytics cookie and put that into a hidden field on the form&#8230;so when the form is submitted, the sales person that receives it not only sees the information the visitor filled out, but they also have a field that shows which campaign(s) let that person to ultimately fill out the inquiry form.&#8221; That was not verbatim, but hopefully you understand what they are asking for.</p>
<p>I know that the cookies must track all of the campaigns because Google Analytics shows that information in the reports. It&#8217;s automatically pulling out that information when someone lands on the inquiry form page and putting it into a hidden field (they don&#8217;t want the customer seeing that information) so the sales department can see it that will really complete the report system.</p>
<p>If anyone knows how to do this or has any insights that would be awesome. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Audi</title>
		<link>http://www.pickledshark.com/google-analytics-cookies/comment-page-1/#comment-6158</link>
		<dc:creator>Audi</dc:creator>
		<pubDate>Thu, 13 Oct 2011 11:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=14#comment-6158</guid>
		<description>Thx it hellped me to understand that __utma,utmb etc.</description>
		<content:encoded><![CDATA[<p>Thx it hellped me to understand that __utma,utmb etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.pickledshark.com/google-analytics-cookies/comment-page-1/#comment-2289</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Thu, 24 Jun 2010 14:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=14#comment-2289</guid>
		<description>I use a script to send the cookie data from analytics via a form, i doenst work anymore. Does somebody know if something has changed the way the cookies are stored?</description>
		<content:encoded><![CDATA[<p>I use a script to send the cookie data from analytics via a form, i doenst work anymore. Does somebody know if something has changed the way the cookies are stored?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carey</title>
		<link>http://www.pickledshark.com/google-analytics-cookies/comment-page-1/#comment-1968</link>
		<dc:creator>Carey</dc:creator>
		<pubDate>Tue, 16 Mar 2010 14:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=14#comment-1968</guid>
		<description>@Polly @Mike - I will try and get some code examples on soon. It is quite integrated to a system I use but I should be able to give a pseudo code workflow at least.

@Jorge it sounds like a tricky scenario but here is what I would suggest... once your sales guy has filled out the form, give the visitor a reason to revisit your website. For example, a free report or confirmation of details page. Email this to them and encourage them to click through in order to complete. Make that page a goal conversion page in GA (you could have it as a separate &quot;offline conversions&quot; goal).

Trying to spoof cookies would be a bit unreliable and could cause problems if the visitor comes back to your site. I have never tried so I can&#039;t say that it will or won&#039;t work, but it seems a bit &quot;hacky&quot; to me and I would try and avoid that route.

Hope that helps!</description>
		<content:encoded><![CDATA[<p>@Polly @Mike &#8211; I will try and get some code examples on soon. It is quite integrated to a system I use but I should be able to give a pseudo code workflow at least.</p>
<p>@Jorge it sounds like a tricky scenario but here is what I would suggest&#8230; once your sales guy has filled out the form, give the visitor a reason to revisit your website. For example, a free report or confirmation of details page. Email this to them and encourage them to click through in order to complete. Make that page a goal conversion page in GA (you could have it as a separate &#8220;offline conversions&#8221; goal).</p>
<p>Trying to spoof cookies would be a bit unreliable and could cause problems if the visitor comes back to your site. I have never tried so I can&#8217;t say that it will or won&#8217;t work, but it seems a bit &#8220;hacky&#8221; to me and I would try and avoid that route.</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge</title>
		<link>http://www.pickledshark.com/google-analytics-cookies/comment-page-1/#comment-1918</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Fri, 12 Mar 2010 21:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=14#comment-1918</guid>
		<description>Thank you! This is great information.

Since you seem to know your way around GA and the way they use cookies I have a pickle for you...

Let&#039;s say a person goes to google.com, searches for certain keywords and then clicks on an AdWords ad that gets them to my website. When they get to my website they get served all the GA cookies as usual. it so happens that 40% of our &quot;conversions&quot; (which is a form being submitted) happen over the phone; that is, the visitor calls our office and then one of our reps fills the form for them.

We also have a &quot;Session ID&quot; generated on our website that is unique for each visitor. So when a person clicks on an AdWords ad, they get to our site, get their GA cookies and we also generate the Session ID which we store locally. We then ask for the Session ID over the phone (we have it on a corner of our website) and they read it back to us.

My question is: Since I can match a unique Session ID with a unique set of GA Cookies, would I be able to &quot;recreate&quot; those cookies in my local machine, fill out the form and when I submit it &quot;trick&quot; GA to think that the one who filled out the form was actually the original website visitor? All this is aimed at being able to record conversions down to the keyword level for all online AND offline conversions.

Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you! This is great information.</p>
<p>Since you seem to know your way around GA and the way they use cookies I have a pickle for you&#8230;</p>
<p>Let&#8217;s say a person goes to google.com, searches for certain keywords and then clicks on an AdWords ad that gets them to my website. When they get to my website they get served all the GA cookies as usual. it so happens that 40% of our &#8220;conversions&#8221; (which is a form being submitted) happen over the phone; that is, the visitor calls our office and then one of our reps fills the form for them.</p>
<p>We also have a &#8220;Session ID&#8221; generated on our website that is unique for each visitor. So when a person clicks on an AdWords ad, they get to our site, get their GA cookies and we also generate the Session ID which we store locally. We then ask for the Session ID over the phone (we have it on a corner of our website) and they read it back to us.</p>
<p>My question is: Since I can match a unique Session ID with a unique set of GA Cookies, would I be able to &#8220;recreate&#8221; those cookies in my local machine, fill out the form and when I submit it &#8220;trick&#8221; GA to think that the one who filled out the form was actually the original website visitor? All this is aimed at being able to record conversions down to the keyword level for all online AND offline conversions.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Polly</title>
		<link>http://www.pickledshark.com/google-analytics-cookies/comment-page-1/#comment-976</link>
		<dc:creator>Polly</dc:creator>
		<pubDate>Fri, 04 Dec 2009 17:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=14#comment-976</guid>
		<description>Thanks, please can share an examlpe code for accessing and reading data from GA cookies?

Thank you
Polly</description>
		<content:encoded><![CDATA[<p>Thanks, please can share an examlpe code for accessing and reading data from GA cookies?</p>
<p>Thank you<br />
Polly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Belasco</title>
		<link>http://www.pickledshark.com/google-analytics-cookies/comment-page-1/#comment-935</link>
		<dc:creator>Mike Belasco</dc:creator>
		<pubDate>Mon, 26 Oct 2009 22:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=14#comment-935</guid>
		<description>Excellent break down. Do you have  code sample of accessing and reading data from the cookie available?

Thank you!
Mike</description>
		<content:encoded><![CDATA[<p>Excellent break down. Do you have  code sample of accessing and reading data from the cookie available?</p>
<p>Thank you!<br />
Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>

