<?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: Installing Google Analytics in your ProStores Site Video Tutorial</title>
	<atom:link href="http://www.onetakemedia.net/blog/installing-google-analytics-prostores-video-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onetakemedia.net/blog/installing-google-analytics-prostores-video-tutorial/</link>
	<description></description>
	<lastBuildDate>Tue, 15 Jun 2010 16:10:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Matt</title>
		<link>http://www.onetakemedia.net/blog/installing-google-analytics-prostores-video-tutorial/comment-page-1/#comment-10553</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 17 May 2010 14:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.onetakemedia.net/blog/?p=222#comment-10553</guid>
		<description>How are noticing that you are missing customers?</description>
		<content:encoded><![CDATA[<p>How are noticing that you are missing customers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Katz</title>
		<link>http://www.onetakemedia.net/blog/installing-google-analytics-prostores-video-tutorial/comment-page-1/#comment-10485</link>
		<dc:creator>Eric Katz</dc:creator>
		<pubDate>Sat, 15 May 2010 01:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.onetakemedia.net/blog/?p=222#comment-10485</guid>
		<description>I seem to still be having issues with proper tracking of all my customers. I suppose a large chunk of visitors either do not have javascript enabled or I&#039;m doing it wrong.</description>
		<content:encoded><![CDATA[<p>I seem to still be having issues with proper tracking of all my customers. I suppose a large chunk of visitors either do not have javascript enabled or I&#8217;m doing it wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Smedley</title>
		<link>http://www.onetakemedia.net/blog/installing-google-analytics-prostores-video-tutorial/comment-page-1/#comment-8761</link>
		<dc:creator>Matt Smedley</dc:creator>
		<pubDate>Thu, 04 Feb 2010 19:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.onetakemedia.net/blog/?p=222#comment-8761</guid>
		<description>Hi Matt,
I&#039;m thinking B and possibly C.  I want to be able to analyze the searches that visitors are making on my prostores site.  

When you go into google analytics, it asks for some query parameters  (s, q, etc - which one does the site use?)  Since Prostores doesn&#039;t used any of these, and the search is handled dynamically (invisibly) to the visitor it is not possible to capture. 

I talked to another web analytics expert that suggested that we need to modify the code to something similar to this... 

pageTracker._trackPageview();

 

If the page is showing search results, then this prostores value is non-empty string:



So in this case, instead of the original GA line, we would output this:

pageTracker._trackPageview(document.location.href + &quot;?search=&quot; +  + &quot;)&quot;;</description>
		<content:encoded><![CDATA[<p>Hi Matt,<br />
I&#8217;m thinking B and possibly C.  I want to be able to analyze the searches that visitors are making on my prostores site.  </p>
<p>When you go into google analytics, it asks for some query parameters  (s, q, etc &#8211; which one does the site use?)  Since Prostores doesn&#8217;t used any of these, and the search is handled dynamically (invisibly) to the visitor it is not possible to capture. </p>
<p>I talked to another web analytics expert that suggested that we need to modify the code to something similar to this&#8230; </p>
<p>pageTracker._trackPageview();</p>
<p>If the page is showing search results, then this prostores value is non-empty string:</p>
<p>So in this case, instead of the original GA line, we would output this:</p>
<p>pageTracker._trackPageview(document.location.href + &#8220;?search=&#8221; +  + &#8220;)&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.onetakemedia.net/blog/installing-google-analytics-prostores-video-tutorial/comment-page-1/#comment-8759</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 04 Feb 2010 19:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.onetakemedia.net/blog/?p=222#comment-8759</guid>
		<description>Hello! are you referring to: A. the product search inside the ProStores Admin?, B. the search on the storefront that comes with your store?. or C. asking about integrating Google&#039;s site search code into your ProStores code?</description>
		<content:encoded><![CDATA[<p>Hello! are you referring to: A. the product search inside the ProStores Admin?, B. the search on the storefront that comes with your store?. or C. asking about integrating Google&#8217;s site search code into your ProStores code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Smedley</title>
		<link>http://www.onetakemedia.net/blog/installing-google-analytics-prostores-video-tutorial/comment-page-1/#comment-8389</link>
		<dc:creator>Matt Smedley</dc:creator>
		<pubDate>Tue, 26 Jan 2010 15:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.onetakemedia.net/blog/?p=222#comment-8389</guid>
		<description>Great video!  Can you explain how to set up the internal site search for a prostores site?  What &quot;query parameters&quot; should be used?
Thanks!</description>
		<content:encoded><![CDATA[<p>Great video!  Can you explain how to set up the internal site search for a prostores site?  What &#8220;query parameters&#8221; should be used?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Stannard</title>
		<link>http://www.onetakemedia.net/blog/installing-google-analytics-prostores-video-tutorial/comment-page-1/#comment-3741</link>
		<dc:creator>Jeff Stannard</dc:creator>
		<pubDate>Wed, 29 Jul 2009 14:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.onetakemedia.net/blog/?p=222#comment-3741</guid>
		<description>Thank you very much for the tutorial and attached code.  Easy to follow and installed in minutes.  I wish you all the best.</description>
		<content:encoded><![CDATA[<p>Thank you very much for the tutorial and attached code.  Easy to follow and installed in minutes.  I wish you all the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing Google Analytics in your ProStores Site Video Tutorial &#8230;- SFWEBDESIGN.com</title>
		<link>http://www.onetakemedia.net/blog/installing-google-analytics-prostores-video-tutorial/comment-page-1/#comment-3428</link>
		<dc:creator>Installing Google Analytics in your ProStores Site Video Tutorial &#8230;- SFWEBDESIGN.com</dc:creator>
		<pubDate>Sun, 12 Jul 2009 09:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.onetakemedia.net/blog/?p=222#comment-3428</guid>
		<description>[...] here to read the rest:  Installing Google Analytics in your ProStores Site Video Tutorial &#8230;  Tags: are-finding, Google Analytics, how-people, prostores, video-tutorial, you-won, your-dating   [...]</description>
		<content:encoded><![CDATA[<p>[...] here to read the rest:  Installing Google Analytics in your ProStores Site Video Tutorial &#8230;  Tags: are-finding, Google Analytics, how-people, prostores, video-tutorial, you-won, your-dating   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing Google Analytics in your ProStores Site Video Tutorial &#8230;- Suwarto Dot Com</title>
		<link>http://www.onetakemedia.net/blog/installing-google-analytics-prostores-video-tutorial/comment-page-1/#comment-3426</link>
		<dc:creator>Installing Google Analytics in your ProStores Site Video Tutorial &#8230;- Suwarto Dot Com</dc:creator>
		<pubDate>Sun, 12 Jul 2009 07:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.onetakemedia.net/blog/?p=222#comment-3426</guid>
		<description>[...] original here:  Installing Google Analytics in your ProStores Site Video Tutorial &#8230;  Tags: archive, best-known, data, first-post, probably-the-best, prostores, stores-tips, stuff, [...]</description>
		<content:encoded><![CDATA[<p>[...] original here:  Installing Google Analytics in your ProStores Site Video Tutorial &#8230;  Tags: archive, best-known, data, first-post, probably-the-best, prostores, stores-tips, stuff, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
