<?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: Google Changes Mean Major Implications for Analytics Tools</title>
	<atom:link href="http://www.trendingupward.net/2009/02/google-changes-major-implications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trendingupward.net/2009/02/google-changes-major-implications/?utm_source=subscriber&#038;utm_medium=rss&#038;utm_campaign=rss</link>
	<description>Web analytics for higher education.</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:19:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Sean</title>
		<link>http://www.trendingupward.net/2009/02/google-changes-major-implications/#comment-426</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 05 Feb 2009 18:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.trendingupward.net/?p=1279#comment-426</guid>
		<description>Yup exactly. Browsers don&#039;t send the anchor in the referrer string so there&#039;s no possible way for any external service to see the search term. If Google goes fully live with this implementation, Google Analytics will probably be the only service that can give you search terms from Google leading to your site. I think they would probably be sued if this happened, that&#039;s such an abuse of power it&#039;s not even funny.</description>
		<content:encoded><![CDATA[<p>Yup exactly. Browsers don&#8217;t send the anchor in the referrer string so there&#8217;s no possible way for any external service to see the search term. If Google goes fully live with this implementation, Google Analytics will probably be the only service that can give you search terms from Google leading to your site. I think they would probably be sued if this happened, that&#8217;s such an abuse of power it&#8217;s not even funny.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Fisher</title>
		<link>http://www.trendingupward.net/2009/02/google-changes-major-implications/#comment-425</link>
		<dc:creator>Travis Fisher</dc:creator>
		<pubDate>Thu, 05 Feb 2009 18:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.trendingupward.net/?p=1279#comment-425</guid>
		<description>@Sean - Thanks for pointing that out. I stand corrected. That is what I get for not testing things before posting them on blogs. Sorry for misleading everyone. :)

So, the problem with Google&#039;s query strings is that they are being parsed as if they are one big anchor tag as Shelby pointed out above.</description>
		<content:encoded><![CDATA[<p>@Sean &#8211; Thanks for pointing that out. I stand corrected. That is what I get for not testing things before posting them on blogs. Sorry for misleading everyone. <img src='http://www.trendingupward.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, the problem with Google&#8217;s query strings is that they are being parsed as if they are one big anchor tag as Shelby pointed out above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.trendingupward.net/2009/02/google-changes-major-implications/#comment-424</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 05 Feb 2009 16:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.trendingupward.net/?p=1279#comment-424</guid>
		<description>Travis that is incorrect. Anchors always go on the very end, even if there&#039;s a query. So in your example this would be the actual URL;

blah.php?foo=bar#bottom

If you tried to do it your way, the entire &quot;bottom?foo=bar&quot; woud be seen as the anchor, not just the &quot;bottom&quot;. Trust me - I deal with this shit every day of my life :P</description>
		<content:encoded><![CDATA[<p>Travis that is incorrect. Anchors always go on the very end, even if there&#8217;s a query. So in your example this would be the actual URL;</p>
<p>blah.php?foo=bar#bottom</p>
<p>If you tried to do it your way, the entire &#8220;bottom?foo=bar&#8221; woud be seen as the anchor, not just the &#8220;bottom&#8221;. Trust me &#8211; I deal with this shit every day of my life <img src='http://www.trendingupward.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Fisher</title>
		<link>http://www.trendingupward.net/2009/02/google-changes-major-implications/#comment-423</link>
		<dc:creator>Travis Fisher</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.trendingupward.net/?p=1279#comment-423</guid>
		<description>@Shelby - # can be utilized for anchor tags within a document, so if you wanted to post a form to &quot;blah.php&quot;, but upon posting it, you wanted to take them to a certain anchor within &quot;blah.php&quot;, the action property on your form could read:

blah.php#bottom?foo=bar

That action would submit the form data to &quot;blah.php&quot;, push the user to the &quot;bottom&quot; anchor within &quot;blah.php&quot;, and pass the data field &quot;foo&quot; via GET.

If Google was using the format  above, all would be good with tracking. Instead, they don&#039;t have a &quot;?&quot; and given the position of the &quot;#&quot;, it appears they are using it as if it were a &quot;?&quot;, and that is why the query strings aren&#039;t being read.</description>
		<content:encoded><![CDATA[<p>@Shelby &#8211; # can be utilized for anchor tags within a document, so if you wanted to post a form to &#8220;blah.php&#8221;, but upon posting it, you wanted to take them to a certain anchor within &#8220;blah.php&#8221;, the action property on your form could read:</p>
<p>blah.php#bottom?foo=bar</p>
<p>That action would submit the form data to &#8220;blah.php&#8221;, push the user to the &#8220;bottom&#8221; anchor within &#8220;blah.php&#8221;, and pass the data field &#8220;foo&#8221; via GET.</p>
<p>If Google was using the format  above, all would be good with tracking. Instead, they don&#8217;t have a &#8220;?&#8221; and given the position of the &#8220;#&#8221;, it appears they are using it as if it were a &#8220;?&#8221;, and that is why the query strings aren&#8217;t being read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelby Thayer</title>
		<link>http://www.trendingupward.net/2009/02/google-changes-major-implications/#comment-422</link>
		<dc:creator>Shelby Thayer</dc:creator>
		<pubDate>Thu, 05 Feb 2009 01:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.trendingupward.net/?p=1279#comment-422</guid>
		<description>@Travis - is it the lack of a &quot;?&quot; where the problem lies? I&#039;m under the impression it&#039;s the # that&#039;s the problem. Even if it were #?searchstring I believe the browser still would not pass through anything after the # even if there was a ? with the #.</description>
		<content:encoded><![CDATA[<p>@Travis &#8211; is it the lack of a &#8220;?&#8221; where the problem lies? I&#8217;m under the impression it&#8217;s the # that&#8217;s the problem. Even if it were #?searchstring I believe the browser still would not pass through anything after the # even if there was a ? with the #.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Fisher</title>
		<link>http://www.trendingupward.net/2009/02/google-changes-major-implications/#comment-421</link>
		<dc:creator>Travis Fisher</dc:creator>
		<pubDate>Wed, 04 Feb 2009 20:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.trendingupward.net/?p=1279#comment-421</guid>
		<description>http://www.google.com/#?querystringhere

That would be valid, and actually make sense when dealing with AJAX (i.e. posting a form to itself), but they are doing:

http://www.google.com/#querystringhere

The lack of question mark is where the problem lies with the tracking issues, but they obviously are parsing the query strings internally using the &quot;#&quot; instead of the &quot;?&quot;, or the search wouldn&#039;t work. I may be wrong, but I would have to think Google has written code behind the scenes parsing these strings, and that would mean it was done on purpose.</description>
		<content:encoded><![CDATA[<p><a href="http://www.google.com/#?querystringhere" rel="nofollow">http://www.google.com/#?querystringhere</a></p>
<p>That would be valid, and actually make sense when dealing with AJAX (i.e. posting a form to itself), but they are doing:</p>
<p><a href="http://www.google.com/#querystringhere" rel="nofollow">http://www.google.com/#querystringhere</a></p>
<p>The lack of question mark is where the problem lies with the tracking issues, but they obviously are parsing the query strings internally using the &#8220;#&#8221; instead of the &#8220;?&#8221;, or the search wouldn&#8217;t work. I may be wrong, but I would have to think Google has written code behind the scenes parsing these strings, and that would mean it was done on purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelby Thayer</title>
		<link>http://www.trendingupward.net/2009/02/google-changes-major-implications/#comment-420</link>
		<dc:creator>Shelby Thayer</dc:creator>
		<pubDate>Wed, 04 Feb 2009 19:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.trendingupward.net/?p=1279#comment-420</guid>
		<description>@Kyle James - Thanks. I was just talking with someone here at work about how it could possibly be a competitive edge for Google Analytics, but it might be because they capture data the way all other javascript-based tools do. So, in essence, they&#039;d be breaking it for their own customers as well as far as we can tell.

@Travis Fisher - I&#039;m not an Ajax expert so I don&#039;t want to say anything wrong here, but yes, that is, in a nutshell the difference. The big problem is that the browser will not pass through anything after a &quot;#&quot;.

&lt;a href=&quot;http://googleblog.blogspot.com/2006/04/this-is-test-this-is-only-test.html&quot; rel=&quot;nofollow&quot;&gt;Google released a statement late this morning&lt;/a&gt; saying that this is a test. It doesn&#039;t say, however, that they won&#039;t roll this out. I can&#039;t see how they can roll this out as is, though. They&#039;d be shooting themselves (their Google Analytics product) in the foot.

Thanks for all the comments. I&#039;ll update the blog as other developments happen.</description>
		<content:encoded><![CDATA[<p>@Kyle James &#8211; Thanks. I was just talking with someone here at work about how it could possibly be a competitive edge for Google Analytics, but it might be because they capture data the way all other javascript-based tools do. So, in essence, they&#8217;d be breaking it for their own customers as well as far as we can tell.</p>
<p>@Travis Fisher &#8211; I&#8217;m not an Ajax expert so I don&#8217;t want to say anything wrong here, but yes, that is, in a nutshell the difference. The big problem is that the browser will not pass through anything after a &#8220;#&#8221;.</p>
<p><a href="http://googleblog.blogspot.com/2006/04/this-is-test-this-is-only-test.html" rel="nofollow">Google released a statement late this morning</a> saying that this is a test. It doesn&#8217;t say, however, that they won&#8217;t roll this out. I can&#8217;t see how they can roll this out as is, though. They&#8217;d be shooting themselves (their Google Analytics product) in the foot.</p>
<p>Thanks for all the comments. I&#8217;ll update the blog as other developments happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Fisher</title>
		<link>http://www.trendingupward.net/2009/02/google-changes-major-implications/#comment-419</link>
		<dc:creator>Travis Fisher</dc:creator>
		<pubDate>Wed, 04 Feb 2009 19:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.trendingupward.net/?p=1279#comment-419</guid>
		<description>Am I correct in stating that the problem here is the switching of &quot;?&quot; to &quot;#&quot;? The &quot;search&quot; page should TECHNICALLY be able to be empty (I&#039;m sure that is causing it&#039;s own set of problems), but the switching of &quot;?&quot; to &quot;#&quot; seems like it serves absolutely no purpose.

Has Google addressed the issue yet? Have they said why they made the change?</description>
		<content:encoded><![CDATA[<p>Am I correct in stating that the problem here is the switching of &#8220;?&#8221; to &#8220;#&#8221;? The &#8220;search&#8221; page should TECHNICALLY be able to be empty (I&#8217;m sure that is causing it&#8217;s own set of problems), but the switching of &#8220;?&#8221; to &#8220;#&#8221; seems like it serves absolutely no purpose.</p>
<p>Has Google addressed the issue yet? Have they said why they made the change?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle James</title>
		<link>http://www.trendingupward.net/2009/02/google-changes-major-implications/#comment-418</link>
		<dc:creator>Kyle James</dc:creator>
		<pubDate>Wed, 04 Feb 2009 19:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.trendingupward.net/?p=1279#comment-418</guid>
		<description>Good detective work Shelby.  I had read some of the AJAX stuff but I definitely hadn&#039;t put the dots together like this.  Very interesting to see what will happen... could it be a push to help Google Analytics gain more market share... assuming they have some kind of way to still get the keyword data pulled properly?</description>
		<content:encoded><![CDATA[<p>Good detective work Shelby.  I had read some of the AJAX stuff but I definitely hadn&#8217;t put the dots together like this.  Very interesting to see what will happen&#8230; could it be a push to help Google Analytics gain more market share&#8230; assuming they have some kind of way to still get the keyword data pulled properly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelby Thayer</title>
		<link>http://www.trendingupward.net/2009/02/google-changes-major-implications/#comment-417</link>
		<dc:creator>Shelby Thayer</dc:creator>
		<pubDate>Wed, 04 Feb 2009 17:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.trendingupward.net/?p=1279#comment-417</guid>
		<description>Erin and Wassan - thanks so much for the comments.

@Erin - No, not right now and that&#039;s why everyone is freaking out. Obviously Google Analytics has the advantage here. In my opinion this is an &#039;evil&#039; thing to do. 

Stephane Hamel, developer of the WASP Firefox plugin said it best on Twitter in response to a question I had: &quot;I understand use of AJAX on G site, but keeping search keyword to themselves would just be a trick to lock down competitors.&quot; 

@Wassan - the &quot;direct&quot; referral traffic won&#039;t be the traffic from Google. Direct referrals are from typed or bookmarked traffic. The referral you&#039;ll want to look for in your results is &quot;http://www.google.com&quot; as opposed to a search query referral like, &quot;http://www.google.com/search?hl=en&amp;q=trending+upward&amp;btnG=Search.&quot; 

Direct referrals will stay the same. 

If either of you are on Twitter, take a look at a &lt;a href=&quot;http://search.twitter.com/search?q=google+AND+ajax&quot; rel=&quot;nofollow&quot;&gt;topic search for Google and Ajax&lt;/a&gt;. There is a lot of chatter today. Even if you&#039;re not on Twitter, you can still see the conversations. There have been links to many blog posts on the topic.</description>
		<content:encoded><![CDATA[<p>Erin and Wassan &#8211; thanks so much for the comments.</p>
<p>@Erin &#8211; No, not right now and that&#8217;s why everyone is freaking out. Obviously Google Analytics has the advantage here. In my opinion this is an &#8216;evil&#8217; thing to do. </p>
<p>Stephane Hamel, developer of the WASP Firefox plugin said it best on Twitter in response to a question I had: &#8220;I understand use of AJAX on G site, but keeping search keyword to themselves would just be a trick to lock down competitors.&#8221; </p>
<p>@Wassan &#8211; the &#8220;direct&#8221; referral traffic won&#8217;t be the traffic from Google. Direct referrals are from typed or bookmarked traffic. The referral you&#8217;ll want to look for in your results is &#8220;http://www.google.com&#8221; as opposed to a search query referral like, &#8220;http://www.google.com/search?hl=en&#038;q=trending+upward&#038;btnG=Search.&#8221; </p>
<p>Direct referrals will stay the same. </p>
<p>If either of you are on Twitter, take a look at a <a href="http://search.twitter.com/search?q=google+AND+ajax" rel="nofollow">topic search for Google and Ajax</a>. There is a lot of chatter today. Even if you&#8217;re not on Twitter, you can still see the conversations. There have been links to many blog posts on the topic.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

