Digital Point Forums
Winn Law Group

Go Back   Digital Point Forums > Search Engines > Google
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Feb 17th 2006, 7:26 am
FeedBucket FeedBucket is offline
Champion of the Naaru
 
Join Date: Jun 2005
Location: NY, NY
Posts: 159
FeedBucket is infamous around these parts
Google tracking clickthroughs on search results

Just noticed that all the links on search results are prepended with a redirect through Google.com. Is this new?
__________________
Web RSS Reader
Reply With Quote
  #2  
Old Feb 17th 2006, 7:29 am
mad4's Avatar
mad4 mad4 is offline
Astral Walker
 
Join Date: Dec 2005
Location: Yorkshire, UK
Posts: 6,964
mad4 has a brilliant futuremad4 has a brilliant futuremad4 has a brilliant futuremad4 has a brilliant futuremad4 has a brilliant futuremad4 has a brilliant futuremad4 has a brilliant futuremad4 has a brilliant futuremad4 has a brilliant futuremad4 has a brilliant futuremad4 has a brilliant future
I don't see it?

Maybe they are experimenting.
Reply With Quote
  #3  
Old Feb 17th 2006, 7:29 am
FeedBucket FeedBucket is offline
Champion of the Naaru
 
Join Date: Jun 2005
Location: NY, NY
Posts: 159
FeedBucket is infamous around these parts
Looks like it's only in Firefox. Just tried IE and all the links are normal.
__________________
Web RSS Reader
Reply With Quote
  #4  
Old Feb 17th 2006, 7:31 am
yfs1's Avatar
yfs1 yfs1 is offline
User Title Not Found
 
Join Date: Sep 2004
Location: Ireland
Posts: 13,793
yfs1 has a reputation beyond reputeyfs1 has a reputation beyond reputeyfs1 has a reputation beyond reputeyfs1 has a reputation beyond reputeyfs1 has a reputation beyond reputeyfs1 has a reputation beyond reputeyfs1 has a reputation beyond reputeyfs1 has a reputation beyond reputeyfs1 has a reputation beyond reputeyfs1 has a reputation beyond reputeyfs1 has a reputation beyond repute
This is nothing new..They have been doing it for some time
__________________
Credit Cards | Personal Loans
Reply With Quote
  #5  
Old Feb 17th 2006, 10:15 am
digitalpoint's Avatar
digitalpoint digitalpoint is offline
My cat is on Prozac... really. lol
 
Join Date: Mar 2004
Location: San Diego, California
Posts: 22,358
digitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond repute
Phone Verified
They do it once in awhile for testing. But either way, Google tracks EVERY click in their search results, whether it looks like it or not.

They use an onmousedown event for each link that calls a JavaScript function that reports the link clicked behind the scenes... For example a link to this forum in Google's results looks like this:

html4strict Code:
<a class=l href="http://forums.digitalpoint.com/" onmousedown="return asq(event,this,'res','3','&sig2=k0XLNyReiUBrUHU72VFYjQ')">Webmaster Forum - Internet Marketing &amp; Search Engine Forums</a>
asq() is a JavaScript function that does this:

javascript Code:
function asq(event,el,ct,cd,sg) {
    if(window.XMLHttpRequest){
        if(el.handledFirstTime){
            el.handledFirstTime=false;
            return false;
        }
        el.handledFirstTime=true;
        var x=new XMLHttpRequest();
        x.open("GET","/url?sa=T&ct="+escape(ct)+"&cd="+escape(cd)+"&url="+escape(el.href).replace(/\+/g,"%2B")+"&ei=ohH2Q9q9F5SsYYbE3IcN"+sg,true);
        var m=event.altKey||event.metaKey;
        if(!m){
            x.onreadystatechange=function(){
                if(x.readyState==4){
                    clearTimeout(timeoutid);
                    el.dispatchEvent(event);
                }
            };
            var timeoutid=setTimeout(function(){
                x.abort();
                el.dispatchEvent(event);
            },2000);
        }x.send(null);
        return m;
    }return true;
}
__________________
- Shawn
Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo
Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends.
Reply With Quote
  #6  
Old Feb 17th 2006, 10:22 am
Rushh's Avatar
Rushh Rushh is offline
Twilight Vanquisher
 
Join Date: Oct 2005
Location: 18.942386° N 72.82396° E
Posts: 972
Rushh is just really niceRushh is just really niceRushh is just really niceRushh is just really niceRushh is just really nice
^^ Great explaination.. thanks!
Reply With Quote
  #7  
Old Feb 17th 2006, 3:54 pm
NetMidWest NetMidWest is offline
of the Nightfall
 
Join Date: Jan 2005
Location: Kansas City, Missouri
Posts: 1,676
NetMidWest is a splendid one to beholdNetMidWest is a splendid one to beholdNetMidWest is a splendid one to beholdNetMidWest is a splendid one to beholdNetMidWest is a splendid one to beholdNetMidWest is a splendid one to behold
So, any idea why they would need the second, occasional tracking?
Reply With Quote
  #8  
Old Feb 17th 2006, 4:15 pm
DiscJockey's Avatar
DiscJockey DiscJockey is offline
of the Nightfall
 
Join Date: Apr 2005
Posts: 1,621
DiscJockey will become famous soon enough
The function i've got is

onmousedown="return clk(this.href,'res','11','')"

I dont see the asq() -- maybe because i'm from UK.. not sure.
Reply With Quote
  #9  
Old Feb 17th 2006, 4:38 pm
digitalpoint's Avatar
digitalpoint digitalpoint is offline
My cat is on Prozac... really. lol
 
Join Date: Mar 2004
Location: San Diego, California
Posts: 22,358
digitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond reputedigitalpoint has a reputation beyond repute
Phone Verified
Not sure either... still shows as asq() for me. But either way I bet clk() is doing the same thing for you.
__________________
- Shawn
Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo
Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends.
Reply With Quote
  #10  
Old Feb 20th 2006, 6:23 am
turulillo turulillo is offline
Peon
 
Join Date: Mar 2004
Location: Malaga (Spain)
Posts: 27
turulillo is on a distinguished road
Hi everybody,

I'm Alexandre from the Taggle Team.
We made a lot of tests about Google's tracking, through the toolbar and through the results pages.
There's 2 kind of tracking in the results pages.
This one:
http://www.google.com/url?sa=U&start=1&q=http://www.website.com/&e=10012
And the JS one which is invisible in the status bar.
Concerning the first one, Google does it sometimes to monitor specific queries.
We use to see it a lot 2 years ago and a lot less now.
For the JS URL tracking, as far as we know, it's not systematic.
It only happens if you're logged via a Google account and if you subscribed to Personalized Search with this same account.
For example, it never happened to us to see it without being logged (you know that you aren't logged if you see a "sign in" link on the top right corner of your Google result page, but only on Google.com).
But, we also never noticed URL JS tracking if we were logged with an account with which we didn't subscribe for Personalized Search...many of you are going to say "I've never subscribed to PS" and I se the URL JS tracking.
Well, most of us (SEO) tried the feature at least once, at the beginning, to check how it works, and since then, as we did it with a specific Google account (there's no other way to do it) every time we perform a search on Google being logged with this account, we are tracked...and you have to know that most of us are always logged as we go on Gmail, AdWords, AdSense, Gtalk, etc...one or several times a day.
So if you tried just once Personalized Search on Google.com with the Google Account login you always use, you can be sure that all you searches are tracked, otherwise there’re not.
Just log out, or log in with another Google account and you will see that you aren't tracked anymore.
Sorry for my bad English.
Reply With Quote
  #11  
Old Feb 20th 2006, 1:57 pm
NetMidWest NetMidWest is offline
of the Nightfall
 
Join Date: Jan 2005
Location: Kansas City, Missouri
Posts: 1,676
NetMidWest is a splendid one to beholdNetMidWest is a splendid one to beholdNetMidWest is a splendid one to beholdNetMidWest is a splendid one to beholdNetMidWest is a splendid one to beholdNetMidWest is a splendid one to behold
Thanks turulillo, that is interesting.

I have been curious for some time about the "e".
Do you have any data - is it specific to the user, geographic area, or the search query?
Reply With Quote
  #12  
Old Feb 20th 2006, 8:07 pm
hulkster's Avatar
hulkster hulkster is offline
of the Nightfall
 
Join Date: Mar 2004
Location: Republic of Boulder, Colorado
Posts: 1,705
hulkster is a jewel in the roughhulkster is a jewel in the roughhulkster is a jewel in the roughhulkster is a jewel in the rough
I forget what they call it, but Adsense "rewards" those web sites that have higher click-thru's ads - makes sense, because it is a way of determine relevence/interest.

Ditto as I understand for the paid search results on the right side of the search listings.

By the same token, it seems reasonable to me that a web page that garners a higher percentage of click-thru's from the organic search results should be somehow rewarded - i.e. with probably a higher ranking since the masses have deemed to more relevent (or more probably, had a catchier title! ;-)

And the opposite would be true too ... and in fact, would be a decent way to ferret out spam as humans can often see at a glance if something is crap - i.e. keyword.com/keyword/keyword.html
__________________
Free satellite pictures of my BBQ Grill
Reply With Quote
  #13  
Old Feb 21st 2006, 2:24 am
Brad Callen's Avatar
Brad Callen Brad Callen is offline
Hand of A'dal
 
Join Date: Nov 2005
Posts: 493
Brad Callen will become famous soon enoughBrad Callen will become famous soon enough
Im not sure if they do reward sites with higher click-thru's ads.

I have some sites that get 50% + click through and are very targetted. Were earning alot from adsense, then they got smartpriced.

Tell me how that is rewarding me Unless google has some weird backwards thinking going on.

Brad
__________________
=> Grab your copy of Keyword Elite here and be well on your way to quadrupling your Adwords and PPC earnings!
=> http://www.seoelite.com/testimonials.htm
Reply With Quote
  #14  
Old Feb 21st 2006, 2:30 am
Fahd's Avatar
Fahd Fahd is offline
of the Nightfall
 
Join Date: Dec 2005
Location: US/India
Posts: 2,146
Fahd will become famous soon enoughFahd will become famous soon enough
Wow...this thread has been nothing less than an eye opener so far, thanks for sharing everyone!
__________________
Reply With Quote
  #15  
Old Mar 18th 2006, 2:22 pm
gford gford is offline
of the Nightfall
 
Join Date: Apr 2005
Posts: 1,173
gford will become famous soon enoughgford will become famous soon enough
At my federal government position we had someone from MSN Research do a presentation and a big thing I learned from this is both MSN and Google will be using a lot more user behavior on their SERPs. Some things they monitor thru the "opt ins" are:
  • dwell time
  • next page
  • previous page
  • etc..

He got very nervous when I began to ask where the data comes from but when I was able to talk to him privately it confirmed what I suspected. Toolbar and other opt-in programs (such as logging into your account and never logging out).

very informative presentation in many ways, this was certainly one of them.
Reply With Quote
  #16  
Old Mar 18th 2006, 2:56 pm
BWDOW's Avatar
BWDOW BWDOW is offline
Champion of the Naaru
 
Join Date: Mar 2006
Posts: 211
BWDOW is on a distinguished road
Google is tracking all thing. Tries to track all clicks that we made. They are also logging our history with google toolbars.
Also Gmail records all emails
Reply With Quote
  #17  
Old Apr 5th 2006, 12:20 am
Mong's Avatar
Mong Mong is offline
↓↘→ horsePower
 
Join Date: Mar 2006
Location: floating on the C
Posts: 4,758
Mong has a reputation beyond reputeMong has a reputation beyond reputeMong has a reputation beyond reputeMong has a reputation beyond reputeMong has a reputation beyond reputeMong has a reputation beyond reputeMong has a reputation beyond reputeMong has a reputation beyond reputeMong has a reputation beyond reputeMong has a reputation beyond reputeMong has a reputation beyond repute
haha
Google has more info about us than our governments have about us.
__________________
Spread like? Backlink Watch
PAGERANK Checker
Reply With Quote
  #18  
Old Jun 13th 2006, 7:42 am
tycoonjo tycoonjo is offline
Banned
 
Join Date: Apr 2006
Location: belgium
Posts: 125
tycoonjo is an unknown quantity at this point
Google tracks EVERY click in their search results, whether you like it or not.
Google - Bigdady..... yes they are watching....
Some say goolge is made by some Aliens????
Reply With Quote
  #19  
Old Dec 10th 2006, 8:10 pm
solid7 solid7 is offline
Hand of A'dal
 
Join Date: Aug 2005
Posts: 354
solid7 will become famous soon enough
Quote:
Originally Posted by BWDOW View Post
Google is tracking all thing. Tries to track all clicks that we made. They are also logging our history with google toolbars.
Also Gmail records all emails
It's sort of like my webstats - they track everything, too. Including referrer spam from bwdow.com.

This, despite the fact that I have you filtered by .htaccess. What's your secret?
__________________
CAD Design | Catia V5 Blog | |
Reply With Quote
  #20  
Old Dec 11th 2006, 12:25 am
boblimwong boblimwong is offline
Peon
 
Join Date: Nov 2006
Posts: 4
boblimwong is on a distinguished road
That's why I've uninstalled & deleted all pieces of Google products in my computer for a while.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
google search results stuw Websites 0 Oct 17th 2005 5:15 am
Different search results for google. Raisin Search Engine Optimization 5 Aug 14th 2005 2:00 am
Search Google from the UK and get US results? remember Google 17 Nov 24th 2004 4:01 am
tracking tool results different to manual results loki Keyword Tracker 33 Mar 29th 2004 10:45 am


All times are GMT -8. The time now is 6:25 am.