Search the web
Sign In
New User? Sign Up
webanalytics · The Web Analytics Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
MSN traffic suddenly showing up as no referrer?   Message List  
Reply | Forward Message #7857 of 24284 |
Re: [webanalytics] MSN traffic suddenly showing up as no referrer?

If you take a look at the first javascript loaded into a search
results page on search.msn.com (live.js) you will see that they have
writen the script to intercept the clicks on the page and are sending
a ping to themselves prior to sending the client on to the next page.

I wont describe the whole script as it is quite lengthy but the end
result of their code is that the javascript is what is sending the
client on to the next page via:

window.location = _pendingAddress;

Browsers will not pass a referrer value if javascript is employed as
the mechanism for moving from one page to the next.

They built their application in a way that the referrer will no
longer pass. It may not be intentional but it is certainly
detrimental to the web community as a whole and I would think their
own sales effort as it is no longer possible to accurately see how
much traffic they are sending to your site. There are obviously still
some ways the referrer is passing so the script needs some more
thorough evaluation for what those circumstances are. What I see in
it in general terms tells me most anything coming from the search
results page (especially the organic listings) should not pass a
referrer unless the browser has javascript disabled.

This seems like something to me where the WAA should help lobby MSN
to find out why they would implement a change that so drastically
limits the site owner's ability to see what benefit MSN search provides.

-Ian



On Sep 18, 2006, at 1:02 PM, Jodi McDermott wrote:

> Mathieu,
>
> When you say that the regular expressions on your search engine
> software are
> not updated, are you referring to the internal web analytics
> software that
> you are using? Looking at the requests completely outside of the web
> analytics solution, but through live HTTP headers in Firefox, the
> referrer
> field is completely empty when following a search through MSN and
> onto our
> site.
>
> Our web analytics tool is quite robust and can be modified to parse
> any
> referrer query strings - if present. However when the field is
> completely
> empty, there is nothing to parse.
>
> Has anyone read any comments back to MSN on how this is affecting
> other
> advertisers? We do a lot of ppc on MSN and can modify our analysis
> to parse
> the campaign id, but this does not solve the issue with organic
> search and
> seeing what people are searching on.
>
> Jodi
>
> On 9/18/06, Mathieu Jondet <mathieu@...> wrote:
>>
>> Debora Geary wrote:
>>> Anyone else noticing this with their MSN traffic? As of last
>>> Thursday, several of my clients saw a drop of 70-90%+ in their MSN
>>> traffic. At the same time, there was a similarly sized increase
>>> in "no referrer" traffic.
>>>
>>> We first noticed this with one of my clients gets who about 50,000
>>> visitors a day. We've confirmed that SERPs haven't changed, and the
>>> traffic that does show up is using the same types of searches as
>>> usual. (In one
>>> of those bizarre web analytics moments, this client happens to have
>>> changed to a new server last Wednesday, so we went down the garden
>>> path with this one until I realized several other clients were
>>> showing
>>> the same pattern).
>>>
>>> The only thing I can figure is that this might have something to do
>>> with MSN changing to Live Search last week
>>> http://livesearch.spaces.live.com/blog/cns%218560B877FE8E9138%
>>> <http://livesearch.spaces.live.com/blog/cns%218560B877FE8E9138%25>
>>> 21608.entry ?
>>
>> Hi Deborah,
>> seeing the same thing here, the trafic is going in
>> 'beta.search.live.com ', for all related MSN searches,
>> http://search.msn.com redirecting to http://www.live.com wich then
>> use
>> the http://beta.search.live.com domain for displaying SERP.
>> Clicking on a result will set the referer to
>>
>> http://beta.search.live.com/results.aspx?q=web+analytics&mkt=en-
>> US&form=QBRE&go.x=0&go.y=0&go=Search
>>
>> So this means the matching regular expressions for search
>> engines in
>> the software you are using have not been updated yet.
>>
>> Regards,
>> Mathieu
>>
>>
>>
>>
>> ---------------------------------------
>> The Web Analytics Forum
>> Founded by Eric T. Peterson (www.webanalyticsdemystified.com )
>> Moderated by the Web Analytics Association (
>> www.webanalyticsassociation.org)
>> Email moderators at: webanalytics-moderators@yahoogroups.com
>> Yahoo! Groups Links
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
> ---------------------------------------
> The Web Analytics Forum
> Founded by Eric T. Peterson (www.webanalyticsdemystified.com)
> Moderated by the Web Analytics Association
> (www.webanalyticsassociation.org)
> Email moderators at: webanalytics-moderators@yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>






Mon Sep 18, 2006 8:16 pm

ishouston
Offline Offline
Send Email Send Email

Forward
Message #7857 of 24284 |
Expand Messages Author Sort by Date

Anyone else noticing this with their MSN traffic? As of last Thursday, several of my clients saw a drop of 70-90%+ in their MSN traffic. At the same time,...
Debora Geary
dgeary9
Offline Send Email
Sep 18, 2006
3:22 am

Hi Debora, You are right.. MSN is transferring all its traffic to Live Search. By the way some my clients have changes theirs SERP in the new version so your...
Adrian Coutin
acoutin_2000
Offline Send Email
Sep 18, 2006
12:42 pm

... Hi Deborah, seeing the same thing here, the trafic is going in 'beta.search.live.com', for all related MSN searches, http://search.msn.com redirecting to...
Mathieu Jondet
mjondet
Offline Send Email
Sep 18, 2006
12:47 pm

OK Matt, I dug into this a little further. I just looked at the raw server logs. We are getting a very small amount of traffic ( less than one hand full) from...
Liz Donaldson
donaldson_liz
Offline Send Email
Sep 18, 2006
5:11 pm

... Hi Liz, indeed there seems to be different situations, for example : * if you go to http://fr.msn.com/ and do a search you are on ...
Mathieu Jondet
mjondet
Offline Send Email
Sep 18, 2006
6:37 pm

... use ... US&form=QBRE&go.x=0&go.y=0&go=Search ... engines in ... Hi Mathieu, thanks for the reply. It seems more complex than the referrer switching names...
Debora Geary
dgeary9
Offline Send Email
Sep 18, 2006
5:14 pm

... Hi Debora, you are right, I think this is how they are doing the redirection right now : 1. each result in the page has the following link : <a ...
Mathieu Jondet
mjondet
Offline Send Email
Sep 18, 2006
6:32 pm

... use ... US&form=QBRE&go.x=0&go.y=0&go=Search ... engines in ... Hi Mathieu, thanks for the reply. It seems more complex than the referrer switching names...
Debora Geary
dgeary9
Offline Send Email
Sep 18, 2006
5:14 pm

It's pretty strange that MSN apparently didn't give the analytics vendors a heads up on this. Seems to me it's to their advantage to appear high on the...
Chris Grant
chrisgrantaa
Offline Send Email
Sep 18, 2006
6:31 pm

Doesn't look like it was on purpose... :)......
Debora Geary
dgeary9
Offline Send Email
Sep 18, 2006
9:28 pm

Mathieu, When you say that the regular expressions on your search engine software are not updated, are you referring to the internal web analytics software...
Jodi McDermott
jodi.mcdermott@...
Send Email
Sep 18, 2006
6:36 pm

If you take a look at the first javascript loaded into a search results page on search.msn.com (live.js) you will see that they have writen the script to...
Ian Houston
ishouston
Offline Send Email
Sep 18, 2006
9:16 pm

WebTrends users have to do this to update their search engine identification file: In your installation directory locate two files called keywords.ini. In each...
Chris Grant
chrisgrantaa
Offline Send Email
Sep 18, 2006
6:39 pm

Debora, I am also seeing the same behavior. There are some discussions concerning this subject out in the SEM/SEO forums . Unfortunately there are no answers...
Liz Donaldson
donaldson_liz
Offline Send Email
Sep 18, 2006
5:14 pm

From: http://www.seroundtable.com/archives/006183.html MSN Says Live.com Referral Bug "Not By Design" Friday we reported that [MSN] Live.com Is Not Passing...
jay.allen@...
jays_work_comp
Offline Send Email
Sep 18, 2006
6:29 pm

You're not the only one... http://www.seroundtable.com/archives/006183.html To: webanalytics@...: acoutin_2000@...: Mon, 18 Sep 2006...
Jarid Lukin
jarid
Offline Send Email
Sep 18, 2006
6:29 pm

Thanks Jay and Jarid. Good to know I didn't just fall by myself into an alternate analytics universe! ... 0700Subject: Re: [webanalytics] MSN traffic suddenly...
Debora Geary
dgeary9
Offline Send Email
Sep 18, 2006
9:27 pm

Deborah, That is correct. It seems that Live.com is not passing referrer information Check out this blog entry ...
Steve J Racicot
steve_racicot
Offline Send Email
Sep 18, 2006
6:35 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help