Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Sent6035632

4 Comments

Sorted by latest first Latest Oldest Best

 

@Rivera981

Most of my sites cater to very technical people who are very sensitive when it comes to how I use pixels on their screen. Additionally, many of my sites discuss the world of free and open source software. That's a tough crowd, here's some advice:

Reward the behavior that you want

On most of my sites, simply leaving 3 comments that add something to the conversation will result in reduced advertising. This includes banners and text links. Give people some productive means to see less ads. Implementing OpenID is helpful there, you want to be less 'greedy' when it comes to user registration.

My text link ads are not at all generated by JS. They work no matter what. Additionally, I've gotten rather clever with using background images in containers with ordinary text links for someone who finds the ad interesting to 'follow through'. With or without blockers, you're going to see some ads.

The trick here is to make your content interesting and useful enough for people to tolerate them, while leaving them some means to make (most of) the ads go away. From my stats and analytics, I found that most people who actually click on them tend to come from Google searching for a particular question. They generally exit the site by clicking an ad.

In most cases, your regular users aren't the ones you want to target. I've got 11k+ rep on SO, I may click on an ad every few months just to see how an interesting product crafted their user interface. However, I don't block the ads, I don't find them annoying enough to go through the trouble of blocking them. Besides, they also use their ad space for great causes, which I'll discuss later.

Have more text than ads

If I see a page that has more advertisements on it than text, I usually just close it straight away. I have some sympathy, I also serve ads, but too much is too much. Additionally, I would put down a news paper that had more ads than text, this is not at all 'web' specific.

Place the ads strategically

Put ads in places where you either:


Are losing someone's attention
Have someone's undivided attention


The second half of the page works well. I very rarely see clicks from ads placed on the top half of the page. YMMV, as I said, I am dealing with a very tough crowd :)

Run ads that your audience will actually be interested in seeing

My particular audience has no interest in getting a lower mortgage rate, creating a 'cartoon you' or proprietary software. However, they love gizmos, books and e-bay auctions where they can buy a piece of computer history. You have to work to understand your users and show them what they want to see.

Additionally, run some ads that do some good. For instance, Stack Overflow does a great service to the open source community by advertising projects that might need some more developers and users. That's one of the biggest reasons why I don't bother blocking ads on SO.

Don't show ads to people that won't convert

Its a waste of bandwidth to show an ad for some company that only ships inside the continental US to a visitor in Iceland, even on Fridays (you did do something to understand your visitor's browsing habits, yes?). This is one of the reasons why I avoid the big ad networks and retain complete control over what I display. I don't just happily take the money and put the ad into circulation, I research the advertiser and make sure they would be a good fit with my users. If you annoy your visitors, you get no traffic. If you get no traffic, you serve no ads.

This is more than just geo-targeting, its strategy.

Engage your users

Give people a place to rant, make it easy for them to tell you what they love and what they don't like so much. When you hear from them, take action.

Finally, like others have said, build something useful and explain that the only thing that pays the bills is advertisements. If you take the time to get to know your visitors, you'll find something that works.

I would quickly close any page that tries to force me to do anything.

You also need to consider the nature of the site .. is it self promoting? If so, its (usually) not a good place for ads.

10% popularity Vote Up Vote Down


 

@Voss4911412

"force" is an awfully strong word... How about


creating a website your users love enough so that at least some of them won't adblock you?
choosing ads that aren't so irritating your users feel compelled to adblock them?


Responsibility for your site starts at home..

10% popularity Vote Up Vote Down


 

@Jamie184

You could explain to your users that the ad revenues you receive are necessary to run the website due to its costs. Using adblock is hurting them since the service will disappear or will have less quality if the ad revenue cannot be achieved.

10% popularity Vote Up Vote Down


 

@Martha676

You could have two javascript files, one after the other.

replace_content_with_nag.js
ad_show_content.js


The second has ad in its URI, so their blacklist blocks it. Instead of hiding the content outright, you might want to just show the nag message and subscription links.

The hiding is done via javascript as some users have javascript disabled, there's not much you can do about them.

I don't recommend doing this, and it probably won't help you if you get paid per-click, as people who use ad-blockers probably won't click on ads in the first-place, so instead you'll just annoy them.

I might be biased, though, as I use an ad-blocker.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme