Forum Moderators: Robert Charlton & goodroi
Today, I finally figured it out. All URLs on Google search results pages are "rewritten" upon mouse down event using the following javascript function.
onmousedown="return rwt(this,'res','1','')"
To test it for yourself using Firefox, search for something on Google and then before clicking on a search result, right click on the URL and then click on "copy link location". Everytime I paste the copied link location I get a redirected URL instead of direct link.
Interestingly enough, I have been able to confirm that this "tracking" is being done only on Firefox browser (direct searches or through the Google toolbar) and not if you are using Internet Explorer.
Just wanted to share this with everyone.
If you use tabbed browsing it's always easy to see when a site uses these redirects, the page loads in the same tab, not a new tab. This is unusual behavior for google, my guess is that they are testing user responses to the last updates more thoroughly than they usually do.
It's just a little annoying, forces me to turn off javascript to use google, no big deal, but the length of time they're running this surprises me.
And if you're running IE with cookies on they are using this currently: onmousedown="return clk(this.href,'res','8','').
This is not a firefox only tracking, though looks like they send you different methods based on certain factors.
It's just a little annoying, forces me to turn off javascript to use google, no big deal, but the length of time they're running this surprises me
Turning off JS is a solution to prevent G from sneaky tracking.
Brett first reported sighting of this tracking (not sure with rwt) in 2002 on WW.
It will be a big deal once people realize the sneakiness involved. Yahoo is doing it but in a much more overt way.
they are testing user responses to the last updates more thoroughly than they usually do.
One should practice what they preach.
[edited by: softwareengineer99 at 4:37 am (utc) on Aug. 12, 2005]
Personally, I have zero problem with google checking the quality of its serps by seeing what users are actually doing in terms of which serp they click for which search, that's totally legitimate as far as I'm concerned, and could lead to better search results.
Maybe they will deliver a slightly different set of serps to users with firefox google search box? Maybe they noticed that firefox users are slightly more sophisticated on average than standard searchers? Hard to say.
What I dont' like is that I have to turn off js to make my searches open in a new tab, small annoyance, no big deal.
It's not clear to me what they preached that they aren't practicing in this context, however - they are a search engine company, their job is to work on their search engine, tracking user behavior is a very good way to do that.
There's much better things to criticize them for IMHO.
The redirect they are using is less sneaky than the one yahoo uses, it can be turned off, for one thing, by turning off js, yahoo's can't be turned off, it's hard code into the urls, has been for years, that's why I don't use them.
<added>Opera users are also getting the rwt js tracker. Maybe they just want to see what smart users click on for various searches?....
I would like my URLs to be "redirected" through their counter -- It will be a positive indicator of quality, and if that's now an important factor in ranking, so much the better. Not that I think or know that it is, but if so, I'll take it.
A little study of their code will show that they are using the most non-invasive method possible. The JS event increments the counter by fetching an image, and the link is direct to your site (do a view-page-source and look at the code). If everyone used this method, we wouldn't have 302-Redirect "hijacking" problems and "PR hoarding" to worry about.
Jim
function rwt(el,ct,cd,sg)
{
el.href="/url?sa=t&ct="+escape(ct)+"&cd="+....
return true;
}
onmousedown="return rwt(this,'res','1','')"
This one actually does a redirect, a true redirect. You can only stop it by turning off js. I haven't seen this delivered to IE yet, only Firefox and Opera.
As I said, you can see this in action if your tabs are setup to open new domains in new tabs, the only way that stops opening a new tab is if a real redirect has been done. Those without tabs will not see this redirect.
[edited by: 2by4 at 5:35 am (utc) on Aug. 12, 2005]
User searches for widgets:
Clicks on result 1... two minutes later clicks on result 2... two minutes later clicks on result 3... user gives up and tries the query at another SE since the results were getting progressively worse... tomorrow result 3 is result 1.
However, since so many pages have AdSense on them it seems likely that G probably has a much more detailed picture than any other SE. If they compiled the information from AdSense pageviews/clicks with the SERPs that get clicked on, they'd probably be able to pinpoint the most satisfying destinations.
I know a lot of people get upset at the idea of AdSense & SERPs being related in any way, but given the prevalence of AS it seems like a wonderful tracking tool.
Also, the fact that they are targeting a specific set of users (FF browsers) is interesting. I wonder if in time there will be more customized SERPs depending on a variety of factors.
For instance, if a sufer is using Safari (Mac) and they're searching for "graphics editing programs" then Google could use all these statistics to eliminate those software programs from the SERPs that are not compatible with Macs.
I dont see anything to worry about though. Just looks like they need to analyse more about FireFox user trends - they have been tracking IE because of the Toolbar for sometime, and probably a bit behind with other browsers.
If you can think of any bad effects these redirects have, please share!
Click the 'Next' link and you are just searching for 'large'
Its also just showing the first word of the phrase in the text box at the page bottom
example: for this search...
[google.co.uk...]
Next link...
[google.co.uk...]
turn cookies off its ok.
IE is OK
google.com seems ok with mozilla
No firefox on this machine so cant try it
looks like maybe somebody got his cloak on the wrong way round!
l.