How would one go about handling Adsense banners in a responsive layout?

As far as I can read from the Adsense TOS, I'm pretty much not allowed to do anything client-side with the banners, so I can't, client-side, switch a banner to a smaller one if it's a low resolution.

It seems the only solution I can find is to only serve banners that work in the lowest target resolution (i.e. 300x250).

Anyone with a better idea?

link|improve this question

73% accept rate
I am curious about this as well. I wonder if a JavaScript that dynamically chooses the right format would be allowed? – Mike Wills Feb 2 at 19:29
feedback

3 Answers

Boston Globe solved this problem on their famously responsive site by creating a designated advertising column. That column is set to a fixed width large enough to contain the ad, and the ad is never resized, even as the rest of the page adjusts responsively. It's not ideal, but it keeps the ad intact.

It would be great to just load multiple sizes of ads into multiple places on the page, and show/hide based on page size, but obviously Adsense isn't going to go for that.

link|improve this answer
feedback

Adsense does actually use "responsive" ads of sorts, as described here. So you should be able to use the larger ad formats and have them shrunk for mobile.

However, I have noticed that they do not really take "responsive design" into account, they only look at the device viewing the page. If you shrunk your browser window you would still see a leaderboard ad (cut off), and similarly on mobile you only see half the ad, even though it uses the Adsense mobile format.

link|improve this answer
feedback

New platform coming out soon to handle responsive advertising http://responsiveads.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.