<?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"
	>
<channel>
	<title>Comments on: Google Analytics Site Search with Custom Search Engine</title>
	<atom:link href="http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/</link>
	<description>LunaMetric's blog on conversion rate and web analytics</description>
	<pubDate>Sun, 12 Oct 2008 09:53:05 +0000</pubDate>
	<generator>http://wordpress.org/</generator>
		<item>
		<title>By: John</title>
		<link>http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1947</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 31 Jul 2008 12:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1947</guid>
		<description>Since you are not stripping query parameters check the Top Content report.  Then search for q= to see if it is coming through.

It should be since the utm.gif request was being sent to google for the results page.

If that doesn't help, try posting on http://groups.google.com/group/analytics-help  A lot more people will see it there and maybe someone will catch something that I missed.

John</description>
		<content:encoded><![CDATA[<p>Since you are not stripping query parameters check the Top Content report.  Then search for q= to see if it is coming through.</p>
<p>It should be since the utm.gif request was being sent to google for the results page.</p>
<p>If that doesn&#8217;t help, try posting on <a href="http://groups.google.com/group/analytics-help" rel="nofollow">http://groups.google.com/group/analytics-help</a>  A lot more people will see it there and maybe someone will catch something that I missed.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rio</title>
		<link>http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1936</link>
		<dc:creator>rio</dc:creator>
		<pubDate>Thu, 31 Jul 2008 01:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1936</guid>
		<description>sorry, there shall be another line:
input type="hidden" name="submit" value=""</description>
		<content:encoded><![CDATA[<p>sorry, there shall be another line:<br />
input type=&#8221;hidden&#8221; name=&#8221;submit&#8221; value=&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rio</title>
		<link>http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1935</link>
		<dc:creator>rio</dc:creator>
		<pubDate>Thu, 31 Jul 2008 01:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1935</guid>
		<description>all the greater than symbol is taken off in the following code:

&#60;form action="http://maxmsp.recorderz.org/index.php?" id="cse-search-box"
  &#60;div
    &#60;input type="text" name="q" size="31" /
    &#60;input type="hidden" name="s" value="Search" /
    
    &#60;input type="hidden" name="cx" value="008533982481158292571:4ril6chsahq" /
    &#60;input type="hidden" name="cof" value="FORID:11" /
    &#60;input type="hidden" name="ie" value="UTF-8" /
  &#60;/div
&#60;/form
&#60;script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box" &#60;/script	&#60;/div</description>
		<content:encoded><![CDATA[<p>all the greater than symbol is taken off in the following code:</p>
<p>&lt;form action=&#8221;http://maxmsp.recorderz.org/index.php?&#8221; id=&#8221;cse-search-box&#8221;<br />
  &lt;div<br />
    &lt;input type=&#8221;text&#8221; name=&#8221;q&#8221; size=&#8221;31&#8243; /<br />
    &lt;input type=&#8221;hidden&#8221; name=&#8221;s&#8221; value=&#8221;Search&#8221; /</p>
<p>    &lt;input type=&#8221;hidden&#8221; name=&#8221;cx&#8221; value=&#8221;008533982481158292571:4ril6chsahq&#8221; /<br />
    &lt;input type=&#8221;hidden&#8221; name=&#8221;cof&#8221; value=&#8221;FORID:11&#8243; /<br />
    &lt;input type=&#8221;hidden&#8221; name=&#8221;ie&#8221; value=&#8221;UTF-8&#8243; /<br />
  &lt;/div<br />
&lt;/form<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://www.google.com/coop/cse/brand?form=cse-search-box&#8221; &lt;/script	&lt;/div</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rio</title>
		<link>http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1934</link>
		<dc:creator>rio</dc:creator>
		<pubDate>Thu, 31 Jul 2008 01:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1934</guid>
		<description>Thanks John, 

Yes, GA query parameter is set to "q", Do not strip query parameters out of URL, default page is index.php and no excluded URL query parameters.

I doubt it's because of i changed something in the iframe searchbox code, I wanted to take off the ugly search button, is that a problem?


  
    
    
    
    
    
    
  

</description>
		<content:encoded><![CDATA[<p>Thanks John, </p>
<p>Yes, GA query parameter is set to &#8220;q&#8221;, Do not strip query parameters out of URL, default page is index.php and no excluded URL query parameters.</p>
<p>I doubt it&#8217;s because of i changed something in the iframe searchbox code, I wanted to take off the ugly search button, is that a problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1926</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 30 Jul 2008 17:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1926</guid>
		<description>The name of the page should not matter.  

If the site is maxmsp.recorderz.org then it looks like the view of the results page is being correctly submitted to Google.

My best guess is to check in the Google Analytics reporting interface, under the "edit" for the profile and make sure Site Search is turned on, and the query parameter is set to "q".

Sorry if that is not much help,

John</description>
		<content:encoded><![CDATA[<p>The name of the page should not matter.  </p>
<p>If the site is maxmsp.recorderz.org then it looks like the view of the results page is being correctly submitted to Google.</p>
<p>My best guess is to check in the Google Analytics reporting interface, under the &#8220;edit&#8221; for the profile and make sure Site Search is turned on, and the query parameter is set to &#8220;q&#8221;.</p>
<p>Sorry if that is not much help,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rio</title>
		<link>http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1925</link>
		<dc:creator>rio</dc:creator>
		<pubDate>Wed, 30 Jul 2008 16:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1925</guid>
		<description>Hello, i've pasted all the iframe codes in my wordpress based site. The Google CSE works well, but I can't get the result in GA. I am sure the query term is correct. Does it matter to the search result landing page, which on my site is index.php instead of search.php?

thanks</description>
		<content:encoded><![CDATA[<p>Hello, i&#8217;ve pasted all the iframe codes in my wordpress based site. The Google CSE works well, but I can&#8217;t get the result in GA. I am sure the query term is correct. Does it matter to the search result landing page, which on my site is index.php instead of search.php?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1475</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 02 Jun 2008 13:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1475</guid>
		<description>The search engine and analytics do not need to be under the same account.  As along as you select display the results in an iframe, it should not matter that it searches a different site.  Make sure you have the Google Analytics Tracking Code on the results page, however.</description>
		<content:encoded><![CDATA[<p>The search engine and analytics do not need to be under the same account.  As along as you select display the results in an iframe, it should not matter that it searches a different site.  Make sure you have the Google Analytics Tracking Code on the results page, however.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Find Torrent Search Engine</title>
		<link>http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1474</link>
		<dc:creator>Find Torrent Search Engine</dc:creator>
		<pubDate>Mon, 02 Jun 2008 01:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1474</guid>
		<description>Also, does your search engine and your analytics need to be under the same google account?</description>
		<content:encoded><![CDATA[<p>Also, does your search engine and your analytics need to be under the same google account?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Find Torrent Search Engine</title>
		<link>http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1473</link>
		<dc:creator>Find Torrent Search Engine</dc:creator>
		<pubDate>Mon, 02 Jun 2008 01:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1473</guid>
		<description>I still don't get this. 
I have a search engine that is on my site.  It searches different site (excluding my own site). I want to be able to see what my users are searching for.</description>
		<content:encoded><![CDATA[<p>I still don&#8217;t get this.<br />
I have a search engine that is on my site.  It searches different site (excluding my own site). I want to be able to see what my users are searching for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1435</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 20 May 2008 18:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/12/14/google-analytics-site-search-with-custom-search-engine/#comment-1435</guid>
		<description>Karsten,

I'm not sure what you mean by using the over and still getting the search terms.  If you can give an example, or try to explain it differently, maybe I'll get what you're asking.

Sorry,

John</description>
		<content:encoded><![CDATA[<p>Karsten,</p>
<p>I&#8217;m not sure what you mean by using the over and still getting the search terms.  If you can give an example, or try to explain it differently, maybe I&#8217;ll get what you&#8217;re asking.</p>
<p>Sorry,</p>
<p>John</p>
]]></content:encoded>
	</item>
</channel>
</rss>
