The Boston Diaries

The ongoing saga of a programmer who doesn't live in Boston, nor does he even like Boston, but yet named his weblog/journal “The Boston Diaries.”

Go figure.

Tuesday, June 06, 2006

Conditional Advertising

We hope they'll get over it, because they could conceivably take advantage of the same information themselves. A feature we toyed around with and got working (but have been too preoccupied to exploit) was a system that could change the contents of the page you were looking at depending on where you came from to get there. The idea was to take advantage of the context that was being set-up for us by someone else. In an “overlinking” environment, an author could exploit the same information being gathered by the third party and use it to do anything from improving his site's official navigation structure to the information his site offers. For example, if the server saw the visitor arriving by a route that suggests she has technical proficiency, then layman's explanations for jargon and concepts could be omitted.

Via ThoughtS torms: One Way Links, Ghosts of Xanadu

The idea isn't exactly new—SEOs feed targetted content to webspiders in the hopes of getting better search engine rankings, but this method (described four years ago) parallels an idea I had just the other day.

Google AdSense seems to work better on static pages than it does on dynamic pages (and it fails completely on my blog—even individual entries get wierd ads), so I thought that I might put Google Ads on my other websites, but only if the user follows a link from Google.

It's easy enough to do (untested code follows):

<!--#if expr="$HTTP_REFERER = /.*\.google\.com\/.*/" -->
  <div class="ad">
    <script type="text/javascript">
        google_ad_client    = "<i
class="cut">XXXXXXXXXXXXXXXXXXXX</i>";
        google_ad_width     = 120;
        google_ad_height    = 240;
        google_ad_format    = "120x240_as";
        google_ad_channel   = "<i
class="cut">XXXXXXXXXX</i>";
        google_color_border = "CCCCFF";
        google_color_bg     = "CCCCFF";
        google_color_link   = "000000";
        google_color_url    = "000077";
        google_color_text   = "000000";
    </script><script>
        type="text/javascript"

src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  </div>
<!--#endif-->

And voilà! Ads only when someone follows a link from Google to my page.

Now, it's not without its associated costs. First, all my pages now have to be processed by Apache instead of being statically served, so the load goes a bit higher. And I actually have to add this to each page on all my sites (in some cases this is trivial—in others, not so trivial).

And I could even expand this—for links from other search engines, I could serve up ads from Amazon say (using part of the query as the query to Amazon, like I do for The Boston Diaries) and from other links, no advertising at all.

But do I really want to commercialize all my pages thusly? Would doing this break the Terms and Conditions of AdSense? Is it even worth doing? Is the effort involved worth the selling out? And am I spending too much time worrying about this?


Proof that Hollywood is creatively bankrupt

[This is not Burning Man]

Wierd timing. About two weeks ago I saw “The Wicker Man”, a movie made in 1972 about a Christian cop investigating a missing child on an island of pagans.

Today, via Mike Sterling's Progressive Ruin, I learn that Hollywood has a remake of The Wicker Man, staring Nicolas Cage, that is darker, bloodier and probably more “scarier” than the original (but alas, it looks like with much less nudity).

And the only thing I can ask is “Why?”

Obligatory Picture

[The future's so bright, I gotta wear shades]

Obligatory Contact Info

Obligatory Feeds

Obligatory Links

Obligatory Miscellaneous

You have my permission to link freely to any entry here. Go ahead, I won't bite. I promise.

The dates are the permanent links to that day's entries (or entry, if there is only one entry). The titles are the permanent links to that entry only. The format for the links are simple: Start with the base link for this site: https://boston.conman.org/, then add the date you are interested in, say 2000/08/01, so that would make the final URL:

https://boston.conman.org/2000/08/01

You can also specify the entire month by leaving off the day portion. You can even select an arbitrary portion of time.

You may also note subtle shading of the links and that's intentional: the “closer” the link is (relative to the page) the “brighter” it appears. It's an experiment in using color shading to denote the distance a link is from here. If you don't notice it, don't worry; it's not all that important.

It is assumed that every brand name, slogan, corporate name, symbol, design element, et cetera mentioned in these pages is a protected and/or trademarked entity, the sole property of its owner(s), and acknowledgement of this status is implied.

Copyright © 1999-2024 by Sean Conner. All Rights Reserved.