Forum Moderators: martinibuster

Message Too Old, No Replies

Feature suggestion for the Adsense team

Obvious ad optimization idea would increase CTR for many

         

relicx

6:18 am on Aug 9, 2005 (gmt 0)

10+ Year Member



I'm sure this has already been considered by the Adsense team, but the improvement in targeting would be so significant for many visitors to my sites, that I think it's at least worth a mention: the Adsense script should parse the URL referral string for keywords if the visitor came to the page directly from a search engine and use them as one of the inputs to the algorithm that dynamically chooses ads that are shown. Adsense's javascript has access to the referrer and it passes it to the program that picks ads, but it doesn't appear to be currently used in ad targeting. Yahoo's Publisher Network doesn't seem to do it either (could there be some patent issues involved)? Parsing for keywords from most search engines is not difficult (Urchin does it...)

rhuseinh

6:28 am on Aug 9, 2005 (gmt 0)

10+ Year Member



I thought there are only two of them?
AdSense for Content and AdSense for Search.

leadegroot

6:55 am on Aug 9, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't think it is possible because the javascript doesn't have access to the referrer information.
Its just a (reverse) feature of the browser; it doesn't work that way.

relicx

7:04 am on Aug 9, 2005 (gmt 0)

10+ Year Member



The referrer is available (see Javascript docs for document.referrer). You can also see that it is being recorded by Adsense at [pagead2.googlesyndication.com...] .

leadegroot

11:32 am on Aug 9, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Well, I'll be!
Learn something everyday...
(Ta!)

lammert

12:04 pm on Aug 9, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The most famous discussion I remember about the use of referrer information with Adsense is the thread Adsense pays less on referrals from Yahoo [webmasterworld.com].

relicx

10:33 am on Aug 10, 2005 (gmt 0)

10+ Year Member



Yes, what's interesting to me is that many people placing AdSense on their websites don't realize how much information Google can gather about their site's traffic patterns and sources, just from that little piece of code on their pages.