Firefox Users Bad For Advertisers
rocketjam writes "According to CNET, German advertising technology company Adtech reports that during the months of October and November, Internet Explorer users were more than four times as likely to click on ads than Firefox users were. During the period 0.5 percent of IE users clicked on ads compared to 0.11 percent of Firefox users. Speculation on reasons for the difference in click rates range from Firefox's integrated pop-up blocking to seeing the average Firefox user as more tech-savvy the average Internet Explorer user."
Having something like AdBlock probably doesn't help their click % for Firefox either.
Hooray for extensions!
Try this one:
http://gauret.free.fr/adshare/adshare.php
In that case you aren't writing compliant code, end of discussion.
"If you think the problem is bad now, just wait until we've solved it." --- Arthur Kasspe
It is simple CSS. Create a layer, give it a position:absolute, z-level higher than any other (ie. on top), and have a javascript link to hide it. The actual page would just have a
<div class=ad>
<img src=".../banner.jpg">
</div>
Even if you disable JS, the only thing you disable is the close button. I've seen pages with this, but not the ads. The ads are still caught by the image filter, but I have to close the empty css layer.
Live today, because you never know what tomorrow brings
There was a /. story on this recently http://it.slashdot.org/article.pl?sid=04/12/03/145 0243&tid=217&tid=98&tid=218
Ignorance is curable, stupid is forever.
What you're describing is pretty much the difference between sales and marketing.
Sales is getting out (by whatever means) and getting people to open their wallet for you in response to your ads/pleas/whatever.
Marketing is creating an awareness, and hopefully "need" for whatever you're selling, but not trying to close the sale right there, or even in the near future. This is especially true for high dollar items like cars.
Tracking clicks is in a sense trying to track sales (usually the seller probably only gets some time from the clicker, not money, though) even though a lot of ads are clearly intended to create a marketing presence. You don't have to click on them for them to be effective-- you just have to see them (over and over) out of the corner of your eye while reading something else. Tracking views is what happens in the rest of advertising (how many people watch that show x how many times the ad appears). Eventually internet advertising will use a hybrid of clicks and views to track.