The Artima Developer Community
Sponsored Link

Java Buzz Forum
Google AdSense XmlHttpRequest Prediction

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Google AdSense XmlHttpRequest Prediction Posted: Mar 7, 2005 11:42 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Google AdSense XmlHttpRequest Prediction
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement

I currently never see a Google Ad from AdSense. This is because I have installed AdBlock for Firefox.

I have blocked the iframe, and nothing from the google ad servers is shown.

How can Google get around this problem? One solution would be to use XmlHttpRequest:

  • Have XHR go back to the servers to get the ad content
  • Add this content to a <div> dynamically

Of course, this isn't a solution. We could then block those div elements based on IDs. So, Google would probably want to randomly create div ids for the content.

Also, there are many other possibilities. The ads could change dynamically based on:

  • Where you are on the page
  • If you are mouse over a div with a given rel tag, the ad could change to something relevant to that area even
  • "Those who were here, also went there"
  • etc..

Read: Google AdSense XmlHttpRequest Prediction

Topic: Can Apple Stop You From Selling Your iPod? Previous Topic   Next Topic Topic: Why Blosxom?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use